From 328d33f139fbdac7c4922ec65e27ea6085c103cf Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 19 May 2006 00:35:30 +0000 Subject: [PATCH] typo in vcproj files svn: r2984 --- 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 5c9860623b..fcbe43861e 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\src .. +"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/" ..\..\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\src .. +"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/" ..\..\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 f07eb516a0..44c8cf8456 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\src .. +"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/" ..\..\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\src .. +"$(TargetPath)" -qr ..\..\mzscheme\mkincludes.ss "$(TargetDir)/" ..\..\mzscheme .. if errorlevel 1 exit 1 cd ..\..\mzscheme\dynsrc mkmzdyn.bat