mirror of
https://github.com/reactos/wine.git
synced 2025-01-23 04:15:48 +00:00
8 lines
104 B
Makefile
8 lines
104 B
Makefile
MODULE = expand.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = setupapi
|
|
|
|
C_SRCS = expand.c
|
|
|
|
@MAKE_PROG_RULES@
|