mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +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@
|