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
74197cb4
Commit
74197cb4
authored
Jul 31, 1999
by
Pavel Roskin
Committed by
Alexandre Julliard
Jul 31, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed the dependency on "dummy" for wine and wine.sym.
parent
e61b792f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile.in
Makefile.in
+2
-2
No files found.
Makefile.in
View file @
74197cb4
...
...
@@ -167,6 +167,7 @@ LIB_TARGET = @LIB_TARGET@
ALT_LINK
=
@ALT_LINK@
all
:
Makefile Make.rules $(MAIN_TARGET)
@
echo
"Wine build complete."
LIBLINTS
=
$
(
LIBOBJS:.o
=
.ln
)
X11LINTS
=
$
(
X11OBJS:.o
=
.ln
)
...
...
@@ -189,10 +190,9 @@ emu: wine
lib
:
$(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET)
wine wine.sym
:
$(LIB_TARGET) $(EMUOBJS) $(X11OBJS) $(LIBOBJS)
dummy
wine wine.sym
:
$(LIB_TARGET) $(EMUOBJS) $(X11OBJS) $(LIBOBJS)
$(CC)
-o
wine
$(EMUOBJS)
$(ALT_LINK)
$(LDOPTIONS)
$(X_LIBS)
$(XLIB)
$(LIBS)
nm
-n
wine |
grep
-v
_compiled
>
wine.sym
@
echo
"Wine build complete."
libwine.a
:
$(LIBOBJS) $(X11OBJS)
$(RM)
$@
...
...
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