mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 15:40:43 +00:00
8 lines
95 B
Makefile
8 lines
95 B
Makefile
MODULE = regsvcs.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_PROG_RULES@
|