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@
|