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
0e8c8cb2
Commit
0e8c8cb2
authored
Jul 18, 2003
by
Jon Griffiths
Committed by
Alexandre Julliard
Jul 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Handle long file names in pre-build step (quote them).
dlls/gdi/win16drv doesn't exist any more.
parent
7491dbd6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
msvcmaker
tools/winapi/msvcmaker
+2
-2
No files found.
tools/winapi/msvcmaker
View file @
0e8c8cb2
...
...
@@ -87,7 +87,7 @@ sub read_spec_file {
}
}
my
@gdi32_dirs
=
qw(dlls/gdi/enhmfdrv dlls/gdi/mfdrv
dlls/gdi/win16drv
graphics objects)
;
my
@gdi32_dirs
=
qw(dlls/gdi/enhmfdrv dlls/gdi/mfdrv graphics objects)
;
my
@ntdll_dirs
=
qw(files if1632 loader/ne loader memory misc msdos ole relay32 scheduler win32)
;
my
@user32_dirs
=
qw(controls dlls/user/dde windows)
;
...
...
@@ -921,7 +921,7 @@ sub _generate_dsp {
print
OUT
"InputPath=$source_file\r\n"
;
print
OUT
"\r\n"
;
print
OUT
"\"\$(OutDir)\\wine\\$h_file\" : \$(SOURCE) \"\$(INTDIR)\" \"\$(OUTDIR)\"\r\n"
;
print
OUT
"\tcopy \
$(InputPath) \$(OutDir)\\wine
\r\n"
;
print
OUT
"\tcopy \
"\$(InputPath)\" \"\$(OutDir)\\wine\"
\r\n"
;
print
OUT
"\r\n"
;
print
OUT
"# End Custom Build\r\n"
;
}
...
...
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