8 lines
95 B
Makefile
8 lines
95 B
Makefile
MODULE = cscript.exe
|
|
APPMODE = -mwindows -municode
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_PROG_RULES@
|