mirror of
https://github.com/reactos/wine.git
synced 2025-02-01 17:53:25 +00:00
8 lines
95 B
Makefile
8 lines
95 B
Makefile
MODULE = cscript.exe
|
|
APPMODE = -mwindows -municode
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_PROG_RULES@
|