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
88154cf1
Commit
88154cf1
authored
Nov 19, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_makefiles: Add a target to build only the test directories.
parent
c6adf318
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Makefile.in
dlls/Makefile.in
+3
-1
make_makefiles
tools/make_makefiles
+2
-1
No files found.
dlls/Makefile.in
View file @
88154cf1
...
...
@@ -461,7 +461,9 @@ $(TESTSUBDIRS:%=%/__crosstest__): $(CROSS_IMPLIBS)
implib
:
$(IMPORT_LIBS)
.PHONY
:
implib
testsubdirs
:
$(TESTSUBDIRS)
.PHONY
:
implib testsubdirs
activeds/libactiveds.def activeds/libactiveds.a
:
activeds/activeds.spec $(WINEBUILD)
@
cd
activeds
&&
$(MAKE)
`
basename
$@
`
...
...
tools/make_makefiles
View file @
88154cf1
...
...
@@ -413,7 +413,8 @@ sub update_dlls(@)
$text
.=
"\n\n"
;
$text
.=
"\$(TESTSUBDIRS:%=%/__crosstest__): \$(CROSS_IMPLIBS)\n\n"
;
$text
.=
"implib: \$(IMPORT_LIBS)\n\n"
;
$text
.=
".PHONY: implib\n\n"
;
$text
.=
"testsubdirs: \$(TESTSUBDIRS)\n\n"
;
$text
.=
".PHONY: implib testsubdirs\n\n"
;
foreach
my
$mod
(
sort
keys
%
importlibs
)
{
...
...
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