6 lines
85 B
Makefile
6 lines
85 B
Makefile
MODULE = expand.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = setupapi
|
|
|
|
C_SRCS = expand.c
|