forgot to change the calls in the vcproj files

svn: r2985
This commit is contained in:
Eli Barzilay 2006-05-19 01:16:37 +00:00
parent 328d33f139
commit 669965363c
2 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ if exist "$(TargetPath)" goto :MzOK
echo Error: did not find $(TargetPath)
exit 1
:MzOK
"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/" ..\..\mzscheme ..
"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/include/" ..\..\mzscheme ..
if errorlevel 1 exit 1
cd ..\..\mzscheme\dynsrc
mkmzdynd.bat
@ -114,7 +114,7 @@ if exist "$(TargetPath)" goto :MzOK
echo Error: did not find $(TargetPath)
exit 1
:MzOK
"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/" ..\..\mzscheme ..
"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/include/" ..\..\mzscheme ..
if errorlevel 1 exit 1
cd ..\..\mzscheme\dynsrc
mkmzdyn.bat

View File

@ -50,7 +50,7 @@ if exist "$(TargetPath)" goto :MzOK
echo Error: did not find $(TargetPath)
exit 1
:MzOK
"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/" ..\..\mzscheme ..
"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/include/" ..\..\mzscheme ..
if errorlevel 1 exit 1
cd ..\..\mzscheme\dynsrc
mkmzdynd.bat
@ -120,7 +120,7 @@ if exist "$(TargetPath)" goto :MzOK
echo Error: did not find $(TargetPath)
exit 1
:MzOK
"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/" ..\..\mzscheme ..
"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/include/" ..\..\mzscheme ..
if errorlevel 1 exit 1
cd ..\..\mzscheme\dynsrc
mkmzdyn.bat