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
d237bda6
Commit
d237bda6
authored
Apr 04, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: Add LDFLAGS to all the linker invocations.
parent
1cb75101
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile.in
tools/Makefile.in
+7
-7
Makefile.in
tools/winegcc/Makefile.in
+1
-1
No files found.
tools/Makefile.in
View file @
d237bda6
...
...
@@ -49,25 +49,25 @@ all: $(PROGRAMS) $(MANPAGES) $(SUBDIRS)
@MAKE_RULES@
makedep$(EXEEXT)
:
makedep.o
$(CC)
$(CFLAGS)
-o
$@
makedep.o
$(CC)
$(CFLAGS)
-o
$@
makedep.o
$(LDFLAGS)
make_ctests$(EXEEXT)
:
make_ctests.o
$(CC)
$(CFLAGS)
-o
$@
make_ctests.o
$(CC)
$(CFLAGS)
-o
$@
make_ctests.o
$(LDFLAGS)
fnt2bdf$(EXEEXT)
:
fnt2bdf.o
$(CC)
$(CFLAGS)
-o
$@
fnt2bdf.o
$(LIBPORT)
$(CC)
$(CFLAGS)
-o
$@
fnt2bdf.o
$(LIBPORT)
$(LDFLAGS)
fnt2fon$(EXEEXT)
:
fnt2fon.o
$(CC)
$(CFLAGS)
-o
$@
fnt2fon.o
$(LIBPORT)
$(CC)
$(CFLAGS)
-o
$@
fnt2fon.o
$(LIBPORT)
$(LDFLAGS)
relpath$(EXEEXT)
:
relpath.o
$(CC)
$(CFLAGS)
-o
$@
relpath.o
$(LIBPORT)
$(CC)
$(CFLAGS)
-o
$@
relpath.o
$(LIBPORT)
$(LDFLAGS)
sfnt2fnt$(EXEEXT)
:
sfnt2fnt.o
$(CC)
$(CFLAGS)
-o
$@
sfnt2fnt.o
$(LIBUNICODE)
$(LIBPORT)
$(FREETYPELIBS)
$(CC)
$(CFLAGS)
-o
$@
sfnt2fnt.o
$(LIBUNICODE)
$(LIBPORT)
$(
LDFLAGS)
$(
FREETYPELIBS)
bin2res$(EXEEXT)
:
bin2res.o
$(CC)
$(CFLAGS)
-o
$@
bin2res.o
$(LIBPORT)
$(CC)
$(CFLAGS)
-o
$@
bin2res.o
$(LIBPORT)
$(LDFLAGS)
wineprefixcreate
:
wineprefixcreate.in relpath$(EXEEXT)
sed
-e
"s,@bintodlldir
\@
,
`
$(RELPATH)
$(bindir)
$(dlldir)
`
,g"
-e
"s,@bintodatadir
\@
,
`
$(RELPATH)
$(bindir)
$(datadir)
/wine
`
,g"
$(SRCDIR)
/wineprefixcreate.in
>
$@
||
(
$(RM)
$@
&&
false
)
...
...
tools/winegcc/Makefile.in
View file @
d237bda6
...
...
@@ -34,7 +34,7 @@ all: $(PROGRAMS) $(MANPAGES)
@MAKE_RULES@
winegcc$(EXEEXT)
:
winegcc.o utils.o
$(CC)
$(CFLAGS)
-o
$@
winegcc.o utils.o
$(LIBPORT)
$(CC)
$(CFLAGS)
-o
$@
winegcc.o utils.o
$(LIBPORT)
$(LDFLAGS)
winecpp$(EXEEXT) wineg++$(EXEEXT)
:
winegcc$(EXEEXT)
$(RM)
$@
&&
$(LN_S)
winegcc
$(EXEEXT)
$@
...
...
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