makefiles: Build stub programs with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-04-24 11:27:57 +02:00
parent a58f4abc08
commit 4ec78dc7b5
31 changed files with 62 additions and 32 deletions

View File

@ -1,5 +1,6 @@
MODULE = arp.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = aspnet_regiis.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = cacls.exe
APPMODE = -mconsole
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = \
cacls_main.c

View File

@ -1,5 +1,6 @@
MODULE = conhost.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = conhost.c

View File

@ -1,4 +1,5 @@
MODULE = dism.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = dism.c

View File

@ -1,5 +1,6 @@
MODULE = dpnsvr.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,4 +1,5 @@
MODULE = fc.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = fc.c

View File

@ -1,4 +1,5 @@
MODULE = find.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = find.c

View File

@ -1,5 +1,6 @@
MODULE = findstr.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = fsutil.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = icacls.exe
APPMODE = -mconsole
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = \
icacls_main.c

View File

@ -1,5 +1,6 @@
MODULE = lodctr.exe
APPMODE = -mconsole
IMPORTS = loadperf
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = lodctr_main.c

View File

@ -1,5 +1,5 @@
MODULE = mofcomp.exe
APPMODE = -mconsole -municode
IMPORTS = kernel32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = mofcomp.c

View File

@ -1,5 +1,6 @@
MODULE = mshta.exe
APPMODE = -mwindows -municode
EXTRADLLFLAGS = -mwindows -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,7 +1,8 @@
MODULE = msinfo32.exe
APPMODE = -mwindows -municode
IMPORTS = shell32 user32
EXTRADLLFLAGS = -mwindows -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,4 +1,5 @@
MODULE = netsh.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = netsh.c

View File

@ -1,5 +1,6 @@
MODULE = ngen.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
ngen_main.c

View File

@ -1,5 +1,6 @@
MODULE = powershell.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = regasm.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = regsvcs.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = sdbinst.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = secedit.exe
APPMODE = -mconsole
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = servicemodelreg.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = shutdown.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = subst.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = systeminfo.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = tasklist.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = tasklist.c

View File

@ -1,5 +1,6 @@
MODULE = unlodctr.exe
APPMODE = -mconsole
IMPORTS = loadperf
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = unlodctr_main.c

View File

@ -1,5 +1,6 @@
MODULE = wevtutil.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c

View File

@ -1,5 +1,6 @@
MODULE = wmplayer.exe
APPMODE = -mwindows -municode
EXTRADLLFLAGS = -mwindows -municode -mno-cygwin
RC_SRCS = version.rc

View File

@ -1,5 +1,6 @@
MODULE = wusa.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c