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
acc19d32
Commit
acc19d32
authored
Aug 07, 1999
by
James Juran
Committed by
Alexandre Julliard
Aug 07, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure we compile winestub.o before trying to build a Winelib test
program.
parent
0471841d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
Makefile.in
libtest/Makefile.in
+13
-10
No files found.
libtest/Makefile.in
View file @
acc19d32
...
...
@@ -31,35 +31,38 @@ depend:: $(RC_SRCS:.rc=.h)
$(RC_SRCS
:
.rc=.s): $(WRC)
expand
:
expand.o
$(WINESTUB)
:
@
cd
../library
&&
$(SUBMAKE)
expand
:
expand.o $(WINESTUB)
$(CC)
-o
expand
expand.o
$(LDOPTIONS)
$(ALL_LIBS)
hello
:
hello.o
hello
:
hello.o
$(WINESTUB)
$(CC)
-o
hello hello.o
$(LDOPTIONS)
$(ALL_LIBS)
hello2
:
hello2.o
hello2
:
hello2.o
$(WINESTUB)
$(CC)
-o
hello2 hello2.o
$(LDOPTIONS)
$(ALL_LIBS)
hello3
:
hello3res.o hello3.o
hello3
:
hello3res.o hello3.o
$(WINESTUB)
$(CC)
-o
hello3 hello3.o hello3res.o
$(LDOPTIONS)
$(ALL_LIBS)
hello3.o
:
hello3res.h
hello4
:
hello4.o
hello4
:
hello4.o
$(WINESTUB)
$(CC)
-o
hello4 hello4.o
$(LDOPTIONS)
$(ALL_LIBS)
hello5
:
hello5.o
hello5
:
hello5.o
$(WINESTUB)
$(CC)
-o
hello5 hello5.o
$(LDOPTIONS)
$(ALL_LIBS)
new
:
new.o
new
:
new.o
$(WINESTUB)
$(CC)
-o
new new.o
$(LDOPTIONS)
$(ALL_LIBS)
rolex
:
rolex.o
rolex
:
rolex.o
$(WINESTUB)
$(CC)
-o
rolex rolex.o
$(LDOPTIONS)
$(ALL_LIBS)
vartest
:
vartest.o
vartest
:
vartest.o
$(WINESTUB)
$(CC)
-o
vartest vartest.o
$(LDOPTIONS)
$(ALL_LIBS)
volinfo
:
volinfo.o
volinfo
:
volinfo.o
$(WINESTUB)
$(CC)
-o
volinfo volinfo.o
$(LDOPTIONS)
$(ALL_LIBS)
### Dependencies:
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