mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
MODULE = sc.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = sc.c
|
|
|
|
@MAKE_PROG_RULES@
|