7 lines
87 B
Makefile
7 lines
87 B
Makefile
MODULE = spoolsv.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|