Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
6ebcc54a
Commit
6ebcc54a
authored
Nov 11, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Explicitly import all the needed libraries.
Don't rely on winegcc adding any default libraries. Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ce9d006a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
85 additions
and
84 deletions
+85
-84
Makefile.in
dlls/krnl386.exe16/Makefile.in
+1
-2
makedep.c
tools/makedep.c
+84
-78
winegcc.c
tools/winegcc/winegcc.c
+0
-4
No files found.
dlls/krnl386.exe16/Makefile.in
View file @
6ebcc54a
MODULE
=
krnl386.exe16
IMPORTLIB
=
kernel
IMPORTS
=
kernel32 ntdll winecrt0
DELAYIMPORTS
=
user32
EXTRADLLFLAGS
=
-m16
-
nodefaultlibs
-
Wb
,--dll-name,kernel
EXTRADLLFLAGS
=
-m16
-Wb
,--dll-name,kernel
C_SRCS
=
\
atom.c
\
...
...
tools/makedep.c
View file @
6ebcc54a
This diff is collapsed.
Click to expand it.
tools/winegcc/winegcc.c
View file @
6ebcc54a
...
...
@@ -1321,10 +1321,6 @@ static void build(struct options* opts)
}
add_library
(
opts
,
lib_dirs
,
&
files
,
"advapi32"
);
add_library
(
opts
,
lib_dirs
,
&
files
,
"user32"
);
}
if
(
!
opts
->
nodefaultlibs
&&
!
opts
->
unix_lib
)
{
add_library
(
opts
,
lib_dirs
,
&
files
,
"winecrt0"
);
if
(
opts
->
use_msvcrt
)
{
...
...
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