mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
5 lines
87 B
Makefile
5 lines
87 B
Makefile
MODULE = sc.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = sc.c
|