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
a387aa48
Commit
a387aa48
authored
Sep 26, 2000
by
Marcus Meissner
Committed by
Alexandre Julliard
Sep 26, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate $LDFLAGS from configure to Makefile and into main wine
executable.
parent
c23bf433
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Make.rules.in
Make.rules.in
+1
-0
Makefile.in
Makefile.in
+1
-1
No files found.
Make.rules.in
View file @
a387aa48
...
@@ -40,6 +40,7 @@ LN_S = @LN_S@
...
@@ -40,6 +40,7 @@ LN_S = @LN_S@
DIVINCL = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include
DIVINCL = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include
ALLCFLAGS = $(DIVINCL) $(CFLAGS) $(DEFS) $(OPTIONS) $(X_CFLAGS)
ALLCFLAGS = $(DIVINCL) $(CFLAGS) $(DEFS) $(OPTIONS) $(X_CFLAGS)
LDCOMBINE = ld -r
LDCOMBINE = ld -r
LDFLAGS = @LDFLAGS@
AR = ar rc
AR = ar rc
RM = rm -f
RM = rm -f
MV = mv
MV = mv
...
...
Makefile.in
View file @
a387aa48
...
@@ -115,7 +115,7 @@ Make.rules: Make.rules.in configure
...
@@ -115,7 +115,7 @@ Make.rules: Make.rules.in configure
@
exit
1
@
exit
1
wine
:
libwine.$(LIBEXT) libwine_unicode.$(LIBEXT) dlls $(EMUOBJS)
wine
:
libwine.$(LIBEXT) libwine_unicode.$(LIBEXT) dlls $(EMUOBJS)
$(CC)
-o
wine
$(EMUOBJS)
$(DLL_LINK)
$(LIBS)
$(CC)
-o
wine
$(EMUOBJS)
$(DLL_LINK)
$(LIBS)
$(LDFLAGS)
llib-lwine.ln
:
$(LIBLINTS)
llib-lwine.ln
:
$(LIBLINTS)
$(LINT)
$(ALLLINTFLAGS)
-owine
$(LIBLINTS)
$(LINT)
$(ALLLINTFLAGS)
-owine
$(LIBLINTS)
...
...
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