makefiles: Build stub services with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-04-24 11:32:32 +02:00
parent 4ec78dc7b5
commit 76e6883a5e
5 changed files with 10 additions and 5 deletions

View File

@ -1,6 +1,7 @@
MODULE = plugplay.exe
APPMODE = -mconsole -municode
IMPORTS = advapi32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,6 +1,7 @@
MODULE = presentationfontcache.exe
APPMODE = -mconsole -municode
IMPORTS = advapi32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,6 +1,7 @@
MODULE = spoolsv.exe
APPMODE = -mconsole
IMPORTS = advapi32
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,6 +1,7 @@
MODULE = termsv.exe
APPMODE = -mconsole -municode
IMPORTS = advapi32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,6 +1,7 @@
MODULE = winmgmt.exe
APPMODE = -mconsole -municode
IMPORTS = advapi32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c