Hi,
A couple of fixes to msvcmaker.
License: X11
Cheers,
Jon
ChangeLog:
Jon Griffiths <jon_p_griffiths@yahoo.com>
+tools/winapi/msvcmaker
Handle long file names in pre-build step (quote them)
dlls/gdi/win16drv doesn't exist any more
=====
"Don't wait for the seas to part, or messiahs to come;
Don't you sit around and waste this chance..." - Live
jon_p_griffiths@yahoo.com
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
--- wine/tools/winapi/msvcmaker Sat May 31 12:38:16 2003
+++ wine-develop/tools/winapi/msvcmaker Thu Jul 17 23:03:26 2003
@@ -87,7 +87,7 @@
}
}
-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 @@
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";
}