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
8ef6b39c
Commit
8ef6b39c
authored
Jan 08, 2007
by
Patrik Stridvall
Committed by
Alexandre Julliard
Jan 09, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_makefiles: Add *_crosstest.exe to .gitignore.
parent
2eb171c1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
2 deletions
+59
-2
.gitignore
.gitignore
+55
-0
make_makefiles
tools/make_makefiles
+4
-2
No files found.
.gitignore
View file @
8ef6b39c
This diff is collapsed.
Click to expand it.
tools/make_makefiles
View file @
8ef6b39c
...
@@ -176,7 +176,7 @@ sub parse_makefile($)
...
@@ -176,7 +176,7 @@ sub parse_makefile($)
$make
{
"=rules"
}
=
$makerules
{
$var
};
$make
{
"=rules"
}
=
$makerules
{
$var
};
next
;
next
;
}
}
if
(
/^(MODULE|IMPORTLIB)\s*=\s*(.*)/
)
if
(
/^(MODULE|IMPORTLIB
|TESTDLL
)\s*=\s*(.*)/
)
{
{
$make
{
$1
}
=
$2
;
$make
{
$1
}
=
$2
;
next
;
next
;
...
@@ -346,9 +346,11 @@ sub update_dlls(@)
...
@@ -346,9 +346,11 @@ sub update_dlls(@)
if
(
$make
=~
/dlls\/(.*)\/tests\/Makefile/
)
if
(
$make
=~
/dlls\/(.*)\/tests\/Makefile/
)
{
{
$testdirs
{
$1
}
=
"$1/tests"
;
(
my
$crosstest
=
$makefile
{
"TESTDLL"
})
=~
s/\.dll$//
;
push
@ignores
,
$makefile
{
"=dir"
}
.
$crosstest
.
"_crosstest.exe"
;
push
@ignores
,
$makefile
{
"=dir"
}
.
"testlist.c"
;
push
@ignores
,
$makefile
{
"=dir"
}
.
"testlist.c"
;
push
@ignores
,
$makefile
{
"=dir"
}
.
"*.ok"
;
push
@ignores
,
$makefile
{
"=dir"
}
.
"*.ok"
;
$testdirs
{
$1
}
=
"$1/tests"
;
next
;
next
;
}
}
...
...
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