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
71ff4c4f
Commit
71ff4c4f
authored
May 13, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build import libraries also when only doing an install-lib.
parent
0f60464b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.in
dlls/Makefile.in
+1
-1
make_dlls
dlls/make_dlls
+1
-1
No files found.
dlls/Makefile.in
View file @
71ff4c4f
...
...
@@ -1617,7 +1617,7 @@ libws2_32.$(IMPLIBEXT): winsock/libws2_32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
winsock/libws2_32.
$(IMPLIBEXT)
$@
$(BUILDSUBDIRS)
:
$(IMPORT_LIBS)
$(INSTALLSUBDIRS
:
%=%/__install__): $(IMPORT_LIBS)
$(INSTALLSUBDIRS
:
%=%/__install__)
$(INSTALLSUBDIRS:%=%/__install-lib__)
: $(IMPORT_LIBS)
# Map library name to the corresponding directory
...
...
dlls/make_dlls
View file @
71ff4c4f
...
...
@@ -293,7 +293,7 @@ foreach my $mod (sort @lib_symlinks)
print
NEWMAKE
<<EOF;
\$(BUILDSUBDIRS): \$(IMPORT_LIBS)
\$(INSTALLSUBDIRS:%=%/__install__): \$(IMPORT_LIBS)
\$(INSTALLSUBDIRS:%=%/__install__)
\$(INSTALLSUBDIRS:%=%/__install-lib__)
: \$(IMPORT_LIBS)
EOF
...
...
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