Commit 4ec78dc7 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Build stub programs with msvcrt.

parent a58f4abc
MODULE = arp.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = aspnet_regiis.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = cacls.exe
APPMODE = -mconsole
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = \
cacls_main.c
MODULE = conhost.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = conhost.c
......
MODULE = dism.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = dism.c
MODULE = dpnsvr.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = fc.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = fc.c
MODULE = find.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = find.c
MODULE = findstr.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = fsutil.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = icacls.exe
APPMODE = -mconsole
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = \
icacls_main.c
MODULE = lodctr.exe
APPMODE = -mconsole
IMPORTS = loadperf
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = lodctr_main.c
MODULE = mofcomp.exe
APPMODE = -mconsole -municode
IMPORTS = kernel32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = mofcomp.c
MODULE = mshta.exe
APPMODE = -mwindows -municode
EXTRADLLFLAGS = -mwindows -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = msinfo32.exe
APPMODE = -mwindows -municode
IMPORTS = shell32 user32
EXTRADLLFLAGS = -mwindows -municode -mno-cygwin
C_SRCS = \
main.c
......
MODULE = netsh.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = netsh.c
MODULE = ngen.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
ngen_main.c
MODULE = powershell.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = regasm.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = regsvcs.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = sdbinst.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = secedit.exe
APPMODE = -mconsole
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = \
main.c
MODULE = servicemodelreg.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = shutdown.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = subst.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = systeminfo.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = tasklist.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = tasklist.c
......
MODULE = unlodctr.exe
APPMODE = -mconsole
IMPORTS = loadperf
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = unlodctr_main.c
MODULE = wevtutil.exe
APPMODE = -mconsole -municode
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
MODULE = wmplayer.exe
APPMODE = -mwindows -municode
EXTRADLLFLAGS = -mwindows -municode -mno-cygwin
RC_SRCS = version.rc
......
MODULE = wusa.exe
APPMODE = -mconsole -municode
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