Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
4ec78dc7
Commit
4ec78dc7
authored
Apr 24, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Build stub programs with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a58f4abc
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
62 additions
and
32 deletions
+62
-32
Makefile.in
programs/arp/Makefile.in
+2
-1
Makefile.in
programs/aspnet_regiis/Makefile.in
+2
-1
Makefile.in
programs/cacls/Makefile.in
+2
-1
Makefile.in
programs/conhost/Makefile.in
+2
-1
Makefile.in
programs/dism/Makefile.in
+2
-1
Makefile.in
programs/dpnsvr/Makefile.in
+2
-1
Makefile.in
programs/fc/Makefile.in
+2
-1
Makefile.in
programs/find/Makefile.in
+2
-1
Makefile.in
programs/findstr/Makefile.in
+2
-1
Makefile.in
programs/fsutil/Makefile.in
+2
-1
Makefile.in
programs/icacls/Makefile.in
+2
-1
Makefile.in
programs/lodctr/Makefile.in
+2
-1
Makefile.in
programs/mofcomp/Makefile.in
+2
-2
Makefile.in
programs/mshta/Makefile.in
+2
-1
Makefile.in
programs/msinfo32/Makefile.in
+2
-1
Makefile.in
programs/netsh/Makefile.in
+2
-1
Makefile.in
programs/ngen/Makefile.in
+2
-1
Makefile.in
programs/powershell/Makefile.in
+2
-1
Makefile.in
programs/regasm/Makefile.in
+2
-1
Makefile.in
programs/regsvcs/Makefile.in
+2
-1
Makefile.in
programs/sdbinst/Makefile.in
+2
-1
Makefile.in
programs/secedit/Makefile.in
+2
-1
Makefile.in
programs/servicemodelreg/Makefile.in
+2
-1
Makefile.in
programs/shutdown/Makefile.in
+2
-1
Makefile.in
programs/subst/Makefile.in
+2
-1
Makefile.in
programs/systeminfo/Makefile.in
+2
-1
Makefile.in
programs/tasklist/Makefile.in
+2
-1
Makefile.in
programs/unlodctr/Makefile.in
+2
-1
Makefile.in
programs/wevtutil/Makefile.in
+2
-1
Makefile.in
programs/wmplayer/Makefile.in
+2
-1
Makefile.in
programs/wusa/Makefile.in
+2
-1
No files found.
programs/arp/Makefile.in
View file @
4ec78dc7
MODULE
=
arp.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/aspnet_regiis/Makefile.in
View file @
4ec78dc7
MODULE
=
aspnet_regiis.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/cacls/Makefile.in
View file @
4ec78dc7
MODULE
=
cacls.exe
APPMODE
=
-mconsole
EXTRADLLFLAGS
=
-mconsole
-mno-cygwin
C_SRCS
=
\
cacls_main.c
programs/conhost/Makefile.in
View file @
4ec78dc7
MODULE
=
conhost.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
conhost.c
...
...
programs/dism/Makefile.in
View file @
4ec78dc7
MODULE
=
dism.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
dism.c
programs/dpnsvr/Makefile.in
View file @
4ec78dc7
MODULE
=
dpnsvr.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/fc/Makefile.in
View file @
4ec78dc7
MODULE
=
fc.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
fc.c
programs/find/Makefile.in
View file @
4ec78dc7
MODULE
=
find.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
find.c
programs/findstr/Makefile.in
View file @
4ec78dc7
MODULE
=
findstr.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/fsutil/Makefile.in
View file @
4ec78dc7
MODULE
=
fsutil.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/icacls/Makefile.in
View file @
4ec78dc7
MODULE
=
icacls.exe
APPMODE
=
-mconsole
EXTRADLLFLAGS
=
-mconsole
-mno-cygwin
C_SRCS
=
\
icacls_main.c
programs/lodctr/Makefile.in
View file @
4ec78dc7
MODULE
=
lodctr.exe
APPMODE
=
-mconsole
IMPORTS
=
loadperf
EXTRADLLFLAGS
=
-mconsole
-mno-cygwin
C_SRCS
=
lodctr_main.c
programs/mofcomp/Makefile.in
View file @
4ec78dc7
MODULE
=
mofcomp.exe
APPMODE
=
-mconsole
-municode
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
mofcomp.c
programs/mshta/Makefile.in
View file @
4ec78dc7
MODULE
=
mshta.exe
APPMODE
=
-mwindows
-municode
EXTRADLLFLAGS
=
-mwindows
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/msinfo32/Makefile.in
View file @
4ec78dc7
MODULE
=
msinfo32.exe
APPMODE
=
-mwindows
-municode
IMPORTS
=
shell32 user32
EXTRADLLFLAGS
=
-mwindows
-municode
-mno-cygwin
C_SRCS
=
\
main.c
...
...
programs/netsh/Makefile.in
View file @
4ec78dc7
MODULE
=
netsh.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
netsh.c
programs/ngen/Makefile.in
View file @
4ec78dc7
MODULE
=
ngen.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
ngen_main.c
programs/powershell/Makefile.in
View file @
4ec78dc7
MODULE
=
powershell.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/regasm/Makefile.in
View file @
4ec78dc7
MODULE
=
regasm.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/regsvcs/Makefile.in
View file @
4ec78dc7
MODULE
=
regsvcs.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/sdbinst/Makefile.in
View file @
4ec78dc7
MODULE
=
sdbinst.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/secedit/Makefile.in
View file @
4ec78dc7
MODULE
=
secedit.exe
APPMODE
=
-mconsole
EXTRADLLFLAGS
=
-mconsole
-mno-cygwin
C_SRCS
=
\
main.c
programs/servicemodelreg/Makefile.in
View file @
4ec78dc7
MODULE
=
servicemodelreg.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/shutdown/Makefile.in
View file @
4ec78dc7
MODULE
=
shutdown.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/subst/Makefile.in
View file @
4ec78dc7
MODULE
=
subst.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/systeminfo/Makefile.in
View file @
4ec78dc7
MODULE
=
systeminfo.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/tasklist/Makefile.in
View file @
4ec78dc7
MODULE
=
tasklist.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
tasklist.c
...
...
programs/unlodctr/Makefile.in
View file @
4ec78dc7
MODULE
=
unlodctr.exe
APPMODE
=
-mconsole
IMPORTS
=
loadperf
EXTRADLLFLAGS
=
-mconsole
-mno-cygwin
C_SRCS
=
unlodctr_main.c
programs/wevtutil/Makefile.in
View file @
4ec78dc7
MODULE
=
wevtutil.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/wmplayer/Makefile.in
View file @
4ec78dc7
MODULE
=
wmplayer.exe
APPMODE
=
-mwindows
-municode
EXTRADLLFLAGS
=
-mwindows
-municode
-mno-cygwin
RC_SRCS
=
version.rc
...
...
programs/wusa/Makefile.in
View file @
4ec78dc7
MODULE
=
wusa.exe
APPMODE
=
-mconsole
-municode
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment