From 669965363c43a3a9bfbac0a94b42fbfd35220dd9 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 19 May 2006 01:16:37 +0000 Subject: [PATCH] forgot to change the calls in the vcproj files svn: r2985 --- src/worksp-vc70/mzscheme/mzscheme.vcproj | 4 ++-- src/worksp/mzscheme/mzscheme.vcproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/worksp-vc70/mzscheme/mzscheme.vcproj b/src/worksp-vc70/mzscheme/mzscheme.vcproj index fcbe43861e..af4ac3737e 100644 --- a/src/worksp-vc70/mzscheme/mzscheme.vcproj +++ b/src/worksp-vc70/mzscheme/mzscheme.vcproj @@ -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 diff --git a/src/worksp/mzscheme/mzscheme.vcproj b/src/worksp/mzscheme/mzscheme.vcproj index 44c8cf8456..27d0ec45e2 100644 --- a/src/worksp/mzscheme/mzscheme.vcproj +++ b/src/worksp/mzscheme/mzscheme.vcproj @@ -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