This website requires JavaScript.
Explore
Help
Sign in
system
/
wine
Watch
1
Star
0
Fork
You've already forked wine
0
mirror of
git://source.winehq.org/git/wine.git
synced
2024-10-31 12:54:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
dd3fa4e9ef
wine
/
programs
/
sc
/
Makefile.in
7 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
programs: Add a stubbed sc.exe. This is a command line tool used to create and configure services. It's included in XP and used by the Akamai client installer.
2010-05-03 10:56:58 +00:00
MODULE
=
sc.exe
programs: Remove explicit imports of kernel32 and ntdll.
2010-07-21 11:18:52 +00:00
IMPORTS
=
advapi32
programs: Add a stubbed sc.exe. This is a command line tool used to create and configure services. It's included in XP and used by the Akamai client installer.
2010-05-03 10:56:58 +00:00
makefiles: Make -mno-cygwin the default. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 15:03:48 +00:00
EXTRADLLFLAGS
=
-mconsole -municode
sc: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-01 08:39:55 +00:00
programs: Add a stubbed sc.exe. This is a command line tool used to create and configure services. It's included in XP and used by the Akamai client installer.
2010-05-03 10:56:58 +00:00
C_SRCS
=
sc.c
Reference in a new issue
Copy permalink