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
3d747157
Commit
3d747157
authored
Mar 19, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Pass --subsystem to the linker also.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
265366c1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile.in
dlls/fltmgr.sys/Makefile.in
+1
-1
Makefile.in
dlls/mountmgr.sys/Makefile.in
+1
-1
Makefile.in
dlls/ndis.sys/Makefile.in
+1
-1
Makefile.in
dlls/scsiport.sys/Makefile.in
+1
-1
Makefile.in
dlls/tdi.sys/Makefile.in
+1
-1
Makefile.in
dlls/usbd.sys/Makefile.in
+1
-1
Makefile.in
dlls/winebus.sys/Makefile.in
+1
-1
Makefile.in
dlls/winehid.sys/Makefile.in
+1
-1
No files found.
dlls/fltmgr.sys/Makefile.in
View file @
3d747157
MODULE
=
fltmgr.sys
EXTRADLLFLAGS
=
-W
b
,--subsystem,native
EXTRADLLFLAGS
=
-W
l
,--subsystem,native
C_SRCS
=
\
main.c
dlls/mountmgr.sys/Makefile.in
View file @
3d747157
MODULE
=
mountmgr.sys
IMPORTS
=
uuid advapi32 ntoskrnl
DELAYIMPORTS
=
user32
EXTRADLLFLAGS
=
-W
b
,--subsystem,native
EXTRADLLFLAGS
=
-W
l
,--subsystem,native
EXTRAINCL
=
$(DBUS_CFLAGS)
$(HAL_CFLAGS)
EXTRALIBS
=
$(DISKARBITRATION_LIBS)
...
...
dlls/ndis.sys/Makefile.in
View file @
3d747157
MODULE
=
ndis.sys
EXTRADLLFLAGS
=
-W
b
,--subsystem,native
EXTRADLLFLAGS
=
-W
l
,--subsystem,native
C_SRCS
=
\
main.c
dlls/scsiport.sys/Makefile.in
View file @
3d747157
MODULE
=
scsiport.sys
IMPORTS
=
ntoskrnl
EXTRADLLFLAGS
=
-W
b
,--subsystem,native
EXTRADLLFLAGS
=
-W
l
,--subsystem,native
C_SRCS
=
\
scsiport.c
dlls/tdi.sys/Makefile.in
View file @
3d747157
MODULE
=
tdi.sys
EXTRADLLFLAGS
=
-W
b
,--subsystem,native
EXTRADLLFLAGS
=
-W
l
,--subsystem,native
C_SRCS
=
\
main.c
dlls/usbd.sys/Makefile.in
View file @
3d747157
MODULE
=
usbd.sys
IMPORTLIB
=
usbd
IMPORTS
=
ntoskrnl
EXTRADLLFLAGS
=
-W
b
,--subsystem,native
EXTRADLLFLAGS
=
-W
l
,--subsystem,native
C_SRCS
=
\
usbd.c
dlls/winebus.sys/Makefile.in
View file @
3d747157
...
...
@@ -2,7 +2,7 @@ MODULE = winebus.sys
IMPORTS
=
ntoskrnl setupapi
EXTRALIBS
=
$(IOKIT_LIBS)
$(UDEV_LIBS)
EXTRAINCL
=
$(UDEV_CFLAGS)
$(SDL2_CFLAGS)
EXTRADLLFLAGS
=
-W
b
,--subsystem,native
EXTRADLLFLAGS
=
-W
l
,--subsystem,native
C_SRCS
=
\
bus_iohid.c
\
...
...
dlls/winehid.sys/Makefile.in
View file @
3d747157
MODULE
=
winehid.sys
IMPORTS
=
hidclass ntoskrnl
EXTRADLLFLAGS
=
-W
b
,--subsystem,native
EXTRADLLFLAGS
=
-W
l
,--subsystem,native
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