mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
MODULE = plugplay.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_PROG_RULES@
|