some fixes for windows builds, suggested by Dave Herman

svn: r274
This commit is contained in:
Eli Barzilay 2005-06-30 05:21:43 +00:00
parent e3b5ba8ef8
commit 0c81fba1c5
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
@REM Debug version of mkmzdyn
cl /Od /D"_DEBUG" /RTC1 /MTd /GS /W3 -I../include /c mzdyn.c
cl /Od /D"_DEBUG" /RTC1 /MTd /GS /W3 -I../include -I../../worksp /c mzdyn.c
lib -machine:X86 -def:mzdyn.def -out:mzdyn.lib
mkdir ..\..\..\lib
mkdir ..\..\..\lib\msvc

View File

@ -45,11 +45,11 @@
<Tool
Name="VCPostBuildEventTool"
CommandLine="
if exist $(TargetPath) goto :MzOK
if exist &quot;$(TargetPath)&quot; goto :MzOK
echo Error: did not find $(TargetPath)
exit 1
:MzOK
$(TargetPath) -qr ..\..\mzscheme\mkincludes.ss &quot;$(TargetDir)/&quot; ..
&quot;$(TargetPath)&quot; -qr ..\..\mzscheme\mkincludes.ss &quot;$(TargetDir)/&quot; ..
if errorlevel 1 exit 1
cd ..\..\mzscheme\dynsrc
mkmzdynd.bat
@ -108,11 +108,11 @@ cd ..\..\worksp\mzscheme
<Tool
Name="VCPostBuildEventTool"
CommandLine="
if exist $(TargetPath) goto :MzOK
if exist &quot;$(TargetPath)&quot; goto :MzOK
echo Error: did not find $(TargetPath)
exit 1
:MzOK
$(TargetPath) -qr ..\..\mzscheme\mkincludes.ss &quot;$(TargetDir)/&quot; ..
&quot;$(TargetPath)&quot; -qr ..\..\mzscheme\mkincludes.ss &quot;$(TargetDir)/&quot; ..
if errorlevel 1 exit 1
cd ..\..\mzscheme\dynsrc
mkmzdyn.bat