mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 13:26:00 +00:00
6 lines
85 B
Makefile
6 lines
85 B
Makefile
MODULE = expand.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = setupapi
|
|
|
|
C_SRCS = expand.c
|