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
83ecd5d9
Commit
83ecd5d9
authored
Oct 03, 2005
by
Paul Millar
Committed by
Alexandre Julliard
Oct 03, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cross-compilation of winetest by update the makefile to use OBJS
instead of the now absent ALL_OBJS.
parent
e098edcd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile.in
programs/winetest/Makefile.in
+4
-4
No files found.
programs/winetest/Makefile.in
View file @
83ecd5d9
...
...
@@ -78,14 +78,14 @@ depend: tests.rc
dist
:
winetest-dist.exe$(DLLEXT) winetest-dist$(EXEEXT)
winetest-dist.exe.so
:
$(
ALL_
OBJS) dist.res Makefile.in
$(WINEGCC)
-B
$(TOOLSDIR)
/tools/winebuild
$(APPMODE)
$(
ALL_
OBJS)
dist.res
-o
$@
-L
$(DLLDIR)
$
(
DELAYIMPORTS:%
=
-Wb
,-d%
)
$(ALL_LIBS)
winetest-dist.exe.so
:
$(OBJS) dist.res Makefile.in
$(WINEGCC)
-B
$(TOOLSDIR)
/tools/winebuild
$(APPMODE)
$(OBJS)
dist.res
-o
$@
-L
$(DLLDIR)
$
(
DELAYIMPORTS:%
=
-Wb
,-d%
)
$(ALL_LIBS)
winetest-dist
:
$(WINEWRAPPER)
$(RM)
$@
&&
$(LN_S)
$(WINEWRAPPER)
$@
winetest-dist.exe
:
$(
ALL_
OBJS) dist.res.o Makefile.in
$(CC)
$(APPMODE)
$(
ALL_
OBJS)
dist.res.o
-o
$@
$
(
DELAYIMPORTS:%
=
-l
%
)
$(ALL_LIBS)
winetest-dist.exe
:
$(OBJS) dist.res.o Makefile.in
$(CC)
$(APPMODE)
$(OBJS)
dist.res.o
-o
$@
$
(
DELAYIMPORTS:%
=
-l
%
)
$(ALL_LIBS)
dist.res
:
winetest.rc tests.rc build.id build.nfo tests.url $(TESTBINS) $(RC_BINARIES)
...
...
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