mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
8 lines
97 B
Makefile
8 lines
97 B
Makefile
MODULE = ngen.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = \
|
|
ngen_main.c
|
|
|
|
@MAKE_PROG_RULES@
|