mirror of
https://github.com/reactos/wine.git
synced 2025-02-10 22:35:56 +00:00
8 lines
103 B
Makefile
8 lines
103 B
Makefile
MODULE = servicemodelreg.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_PROG_RULES@
|