mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
MODULE = mshta.exe
|
|
APPMODE = -mwindows -municode
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_PROG_RULES@
|