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
88be48eb
Commit
88be48eb
authored
Sep 29, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Use the -m16 option with 16-bit resources for consistency.
parent
c685b99d
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile.in
dlls/display.drv16/Makefile.in
+1
-1
Makefile.in
dlls/gdi.exe16/Makefile.in
+1
-1
Makefile.in
dlls/krnl386.exe16/Makefile.in
+1
-1
Makefile.in
dlls/mouse.drv16/Makefile.in
+1
-1
Makefile.in
dlls/ole2nls.dll16/Makefile.in
+1
-1
Makefile.in
dlls/shell.dll16/Makefile.in
+1
-1
Makefile.in
dlls/user.exe16/Makefile.in
+1
-1
No files found.
dlls/display.drv16/Makefile.in
View file @
88be48eb
...
...
@@ -2,7 +2,7 @@ MODULE = display.drv16
IMPORTS
=
user32
EXTRADLLFLAGS
=
-m16
EXTRARCFLAGS
=
-
O
res
16
EXTRARCFLAGS
=
-
m
16
C_SRCS
=
display.c
...
...
dlls/gdi.exe16/Makefile.in
View file @
88be48eb
...
...
@@ -2,7 +2,7 @@ MODULE = gdi.exe16
IMPORTS
=
user32 advapi32 gdi32
EXTRADLLFLAGS
=
-m16
-Wb
,--main-module,gdi32.dll,--heap,65520
EXTRARCFLAGS
=
-
O
res
16
EXTRARCFLAGS
=
-
m
16
C_SRCS
=
\
bidi.c
\
...
...
dlls/krnl386.exe16/Makefile.in
View file @
88be48eb
...
...
@@ -4,7 +4,7 @@ IMPORTS = winecrt0 kernel32 ntdll
DELAYIMPORTS
=
ddraw dsound user32
EXTRAIMPLIBFLAGS
=
-m16
EXTRADLLFLAGS
=
-m16
-nodefaultlibs
-Wb
,--dll-name,kernel
EXTRARCFLAGS
=
-
O
res
16
EXTRARCFLAGS
=
-
m
16
C_SRCS
=
\
atom.c
\
...
...
dlls/mouse.drv16/Makefile.in
View file @
88be48eb
...
...
@@ -2,7 +2,7 @@ MODULE = mouse.drv16
IMPORTS
=
user32
EXTRADLLFLAGS
=
-m16
EXTRARCFLAGS
=
-
O
res
16
EXTRARCFLAGS
=
-
m
16
C_SRCS
=
mouse.c
...
...
dlls/ole2nls.dll16/Makefile.in
View file @
88be48eb
MODULE
=
ole2nls.dll16
EXTRADLLFLAGS
=
-m16
-Wb
,--main-module,ole32.dll
EXTRARCFLAGS
=
-
O
res
16
EXTRARCFLAGS
=
-
m
16
C_SRCS
=
ole2nls.c
...
...
dlls/shell.dll16/Makefile.in
View file @
88be48eb
...
...
@@ -2,7 +2,7 @@ MODULE = shell.dll16
IMPORTS
=
shell32 user32 gdi32 advapi32
EXTRADLLFLAGS
=
-m16
-Wb
,--main-module,shell32.dll
EXTRARCFLAGS
=
-
O
res
16
EXTRARCFLAGS
=
-
m
16
C_SRCS
=
shell.c
...
...
dlls/user.exe16/Makefile.in
View file @
88be48eb
MODULE
=
user.exe16
IMPORTS
=
mpr user32 gdi32
EXTRADLLFLAGS
=
-m16
-Wb
,--main-module,user32.dll,--heap,65520
EXTRARCFLAGS
=
-
O
res
16
EXTRARCFLAGS
=
-
m
16
C_SRCS
=
\
bidi.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