summaryrefslogtreecommitdiff
path: root/win32.bat
diff options
context:
space:
mode:
Diffstat (limited to 'win32.bat')
-rw-r--r--win32.bat35
1 files changed, 18 insertions, 17 deletions
diff --git a/win32.bat b/win32.bat
index f37bb777..56829dde 100644
--- a/win32.bat
+++ b/win32.bat
@@ -1,27 +1,28 @@
+@echo off
-pwd = /usr/src/boxbackup0.08/
+echo quick and dirty to get up and running by generating the required files
+echo using Cygwin and Perl
-# quick and dirty to get up and running by generating the required files
-# using Cygwin and Perl
+cd .\bin\bbackupquery\ & perl ./../../bin/bbackupquery/makedocumentation.pl
+cd ..\..\
-cd ./bin/bbackupquery/ & perl ./../../bin/bbackupquery/makedocumentation.pl
-cd ../../
-
-cd ./lib/backupclient & perl ./../../lib/common/makeexception.pl BackupStoreException.txt
+cd .\lib\backupclient & perl ./../../lib/common/makeexception.pl BackupStoreException.txt
perl ./../../lib/server/makeprotocol.pl Client ./../../bin/bbstored/backupprotocol.txt
-cd ../../
+cd ..\..\
+
+cd .\lib\compress & perl ./../../lib/common/makeexception.pl CompressException.txt
+cd ..\..\
-cd ./lib/compress & perl ./../../lib/common/makeexception.pl CompressException.txt
-cd ../../
+cd .\lib\common & perl ./../../lib/common/makeexception.pl CommonException.txt & perl ./../../lib/common/makeexception.pl ConversionException.txt
-cd ./lib/common & perl ./../../lib/common/makeexception.pl CommonException.txt & perl ./../../lib/common/makeexception.pl ConversionException.txt
+cd ..\..\
-cd ../../
+cd .\lib\crypto & perl ./../../lib/common/makeexception.pl CipherException.txt
+cd ..\..\
-cd ./lib/crypto & perl ./../../lib/common/makeexception.pl CipherException.txt
-cd ../../
+echo server parts - which appears as though some of the clients rely on
-# server parts - which appears as though some of the clients rely on
+cd .\lib\server & perl ./../../lib/common/makeexception.pl ServerException.txt & perl ./../../lib/common/makeexception.pl ConnectionException.txt
+cd ..\..\
-cd ./lib/server & perl ./../../lib/common/makeexception.pl ServerException.txt & perl ./../../lib/common/makeexception.pl ConnectionException.txt
-cd ../../
+copy lib\win32\config.h.win32 lib\common\BoxConfig.h