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
76e6883a
Commit
76e6883a
authored
Apr 24, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Build stub services with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4ec78dc7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
Makefile.in
programs/plugplay/Makefile.in
+2
-1
Makefile.in
programs/presentationfontcache/Makefile.in
+2
-1
Makefile.in
programs/spoolsv/Makefile.in
+2
-1
Makefile.in
programs/termsv/Makefile.in
+2
-1
Makefile.in
programs/winmgmt/Makefile.in
+2
-1
No files found.
programs/plugplay/Makefile.in
View file @
76e6883a
MODULE
=
plugplay.exe
APPMODE
=
-mconsole
-municode
IMPORTS
=
advapi32
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/presentationfontcache/Makefile.in
View file @
76e6883a
MODULE
=
presentationfontcache.exe
APPMODE
=
-mconsole
-municode
IMPORTS
=
advapi32
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/spoolsv/Makefile.in
View file @
76e6883a
MODULE
=
spoolsv.exe
APPMODE
=
-mconsole
IMPORTS
=
advapi32
EXTRADLLFLAGS
=
-mconsole
-mno-cygwin
C_SRCS
=
\
main.c
programs/termsv/Makefile.in
View file @
76e6883a
MODULE
=
termsv.exe
APPMODE
=
-mconsole
-municode
IMPORTS
=
advapi32
EXTRADLLFLAGS
=
-mconsole
-municode
-mno-cygwin
C_SRCS
=
\
main.c
programs/winmgmt/Makefile.in
View file @
76e6883a
MODULE
=
winmgmt.exe
APPMODE
=
-mconsole
-municode
IMPORTS
=
advapi32
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