mirror of
https://github.com/reactos/wine.git
synced 2024-12-15 07:40:58 +00:00
6 lines
87 B
Makefile
6 lines
87 B
Makefile
MODULE = sc.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = sc.c
|