mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
MODULE = plugplay.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_PROG_RULES@
|