Commit 76e6883a authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Build stub services with msvcrt.

parent 4ec78dc7
MODULE = plugplay.exe
APPMODE = -mconsole -municode
IMPORTS = advapi32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = presentationfontcache.exe
APPMODE = -mconsole -municode
IMPORTS = advapi32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = spoolsv.exe
APPMODE = -mconsole
IMPORTS = advapi32
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = \
main.c
MODULE = termsv.exe
APPMODE = -mconsole -municode
IMPORTS = advapi32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = winmgmt.exe
APPMODE = -mconsole -municode
IMPORTS = advapi32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment