mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
8 lines
141 B
Makefile
8 lines
141 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
MODULE = expand.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = setupapi
|
|
|
|
C_SRCS = expand.c
|
|
|
|
@MAKE_PROG_RULES@
|