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
26aa1975
Commit
26aa1975
authored
Dec 13, 2003
by
Steven Edwards
Committed by
Alexandre Julliard
Dec 13, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added implib rule for building import libs.
parent
4e6fab53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
Makefile.in
dlls/Makefile.in
+3
-1
make_dlls
dlls/make_dlls
+3
-1
No files found.
dlls/Makefile.in
View file @
26aa1975
...
...
@@ -1606,7 +1606,7 @@ $(SUBDIRS:%=%/__doc_sgml__): dummy
doc-sgml
:
$(SUBDIRS:%=%/__doc_sgml__)
.PHONY
:
man doc-html doc-sgml $(SUBDIRS:%=%/__man__) $(SUBDIRS:%=%/__doc_html__) $(SUBDIRS:%=%/__doc_sgml__)
.PHONY
:
man doc-html doc-sgml
implib
$(SUBDIRS:%=%/__man__) $(SUBDIRS:%=%/__doc_html__) $(SUBDIRS:%=%/__doc_sgml__)
# Misc rules
...
...
@@ -1620,6 +1620,8 @@ uninstall::
$(RM)
$
(
IMPORT_LIBS:%
=
$(dlldir)
/%.
$(IMPLIBEXT)
)
-
rmdir
$(dlldir)
implib
:
$(IMPORT_LIBS:%=%.$(IMPLIBEXT))
clean
::
$(RM)
$
(
IMPORT_LIBS:%
=
%.a
)
$
(
IMPORT_LIBS:%
=
%.def
)
$(SYMLINKS)
...
...
dlls/make_dlls
View file @
26aa1975
...
...
@@ -279,7 +279,7 @@ doc-html: \$(SUBDIRS:%=%/__doc_html__)
doc-sgml: \$(SUBDIRS:%=%/__doc_sgml__)
.PHONY: man doc-html doc-sgml \$(SUBDIRS:%=%/__man__) \$(SUBDIRS:%=%/__doc_html__) \$(SUBDIRS:%=%/__doc_sgml__)
.PHONY: man doc-html doc-sgml
implib
\$(SUBDIRS:%=%/__man__) \$(SUBDIRS:%=%/__doc_html__) \$(SUBDIRS:%=%/__doc_sgml__)
# Misc rules
...
...
@@ -293,6 +293,8 @@ uninstall::
\$(RM) \$(IMPORT_LIBS:%=\$(dlldir)/%.\$(IMPLIBEXT))
-rmdir \$(dlldir)
implib: \$(IMPORT_LIBS:%=%.\$(IMPLIBEXT))
clean::
\$(RM) \$(IMPORT_LIBS:%=%.a) \$(IMPORT_LIBS:%=%.def) \$(SYMLINKS)
...
...
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