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
2138bab7
Commit
2138bab7
authored
Feb 20, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 20, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winapi_check: gdi32.dll and gdi.exe have some extra sources in subdirectories.
parent
c5f19303
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
modules.pm
tools/winapi/modules.pm
+11
-0
No files found.
tools/winapi/modules.pm
View file @
2138bab7
...
@@ -110,6 +110,17 @@ sub find_spec_files($) {
...
@@ -110,6 +110,17 @@ sub find_spec_files($) {
$$spec_file_found
{
$spec_file
}
++
;
$$spec_file_found
{
$spec_file
}
++
;
$$spec_file2dir
{
$spec_file
}{
$allowed_dir
}
++
;
$$spec_file2dir
{
$spec_file
}{
$allowed_dir
}
++
;
$$dir2spec_file
{
$allowed_dir
}{
$spec_file
}
++
;
$$dir2spec_file
{
$allowed_dir
}{
$spec_file
}
++
;
# gdi32.dll and gdi.exe have some extra sources in subdirectories
if
(
$spec_file
=~
m!/gdi32\.spec$!
)
{
$$spec_file2dir
{
$spec_file
}{
"$allowed_dir/enhmfdrv"
}
++
;
$$dir2spec_file
{
"$allowed_dir/enhmfdrv"
}{
$spec_file
}
++
;
}
if
(
$spec_file
=~
m!/gdi(?:32|\.exe)\.spec$!
)
{
$$spec_file2dir
{
$spec_file
}{
"$allowed_dir/mfdrv"
}
++
;
$$dir2spec_file
{
"$allowed_dir/mfdrv"
}{
$spec_file
}
++
;
}
}
}
return
$spec_file_found
;
return
$spec_file_found
;
...
...
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