mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
7 lines
104 B
Makefile
7 lines
104 B
Makefile
MODULE = expand.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = setupapi
|
|
|
|
C_SRCS = expand.c
|
|
|
|
@MAKE_PROG_RULES@
|