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
8beb15aa
Commit
8beb15aa
authored
Dec 18, 1998
by
Todd Vierling
Committed by
Alexandre Julliard
Dec 18, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use -lwine for linking.
parent
ae3fbab8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Make.rules.in
Make.rules.in
+1
-1
Makefile.in
Makefile.in
+1
-1
configure
configure
+1
-1
configure.in
configure.in
+1
-1
No files found.
Make.rules.in
View file @
8beb15aa
...
...
@@ -23,7 +23,7 @@ OPTIONS = @OPTIONS@ -D_REENTRANT
X_CFLAGS = @X_CFLAGS@
X_LIBS = @X_LIBS@
XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
WINELIB = $(WINESTUB)
$(TOPOBJDIR)/@LIB_TARGET@
WINELIB = $(WINESTUB)
-L$(TOPOBJDIR) -lwine
LIBS = @LIBS@
YACC = @YACC@
LEX = @LEX@
...
...
Makefile.in
View file @
8beb15aa
...
...
@@ -153,7 +153,7 @@ emu: wine
lib
:
$(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET)
wine wine.sym
:
$(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET) $(EMUSUBDIRS) dummy
$(CC)
-o
wine
$(EMUOBJS)
$(
LIB_TARGET)
$(
ALT_LINK)
$(LDOPTIONS)
$(X_LIBS)
$(XLIB)
$(LIBS)
$(CC)
-o
wine
$(EMUOBJS)
$(ALT_LINK)
$(LDOPTIONS)
$(X_LIBS)
$(XLIB)
$(LIBS)
nm
-n
wine |
grep
-v
_compiled
>
wine.sym
@
echo
"Wine build complete."
...
...
configure
View file @
8beb15aa
...
...
@@ -563,7 +563,7 @@ test -z "$PROGEXT" && PROGEXT=""
MAIN_TARGET
=
emu
LIB_TARGET
=
libwine.a
ALT_LINK
=
"
"
ALT_LINK
=
"
-L
\$
(TOPOBJDIR) -lwine
"
TRACE_MSGS
=
yes
# the TRACE() macro
DEBUG_MSGS
=
yes
# the TRACE(), WARN(), and FIXME() macros.
...
...
configure.in
View file @
8beb15aa
...
...
@@ -15,7 +15,7 @@ dnl **** Command-line arguments ****
dnl Default values
MAIN_TARGET=emu
LIB_TARGET=libwine.a
ALT_LINK="
"
ALT_LINK="
-L\$(TOPOBJDIR) -lwine
"
TRACE_MSGS=yes # the TRACE() macro
DEBUG_MSGS=yes # the TRACE(), WARN(), and FIXME() macros.
...
...
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