7 lines
100 B
Makefile
7 lines
100 B
Makefile
|
MODULE = wuauserv.exe
|
||
|
APPMODE = -mconsole -mno-cygwin
|
||
|
IMPORTS = advapi32
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|