summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--infrastructure/msvc/win32.bat (renamed from win32.bat)4
1 files changed, 3 insertions, 1 deletions
diff --git a/win32.bat b/infrastructure/msvc/win32.bat
index 5df3d709..6dc5ade7 100644
--- a/win32.bat
+++ b/infrastructure/msvc/win32.bat
@@ -3,6 +3,8 @@
echo quick and dirty to get up and running by generating the required files
echo using Cygwin and Perl
+cd ..\..
+
copy .\infrastructure\BoxPlatform.pm.in .\infrastructure\BoxPlatform.pm
copy .\lib\common\BoxPortsAndFiles.h.in .\lib\common\BoxPortsAndFiles.h
copy .\lib\common\BoxConfig-MSVC.h .\lib\common\BoxConfig.h
@@ -22,7 +24,7 @@ cd ..\..\
cd .\lib\raidfile & perl ./../../lib/common/makeexception.pl.in RaidFileException.txt
cd ..\..\
-cd .\bin\bbackupd & perl ./../../lib/common/makeexception.pl.in ClientException.txt
+cd .\lib\backupclient & perl ./../../lib/common/makeexception.pl.in ClientException.txt
cd ..\..\
cd .\lib\crypto & perl ./../../lib/common/makeexception.pl.in CipherException.txt