[Box Backup-dev] COMMIT r274 - box/chris/win32/vc2005-compile-fixes
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Thu, 22 Dec 2005 22:27:56 +0000 (GMT)
Author: chris
Date: 2005-12-22 22:27:35 +0000 (Thu, 22 Dec 2005)
New Revision: 274
Modified:
box/chris/win32/vc2005-compile-fixes/win32.bat
Log:
* win32.bat
- No longer requires cygwin - only Perl (such as ActiveState Perl)
Modified: box/chris/win32/vc2005-compile-fixes/win32.bat
===================================================================
--- box/chris/win32/vc2005-compile-fixes/win32.bat 2005-12-22 22:26:40 UTC (rev 273)
+++ box/chris/win32/vc2005-compile-fixes/win32.bat 2005-12-22 22:27:35 UTC (rev 274)
@@ -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 ..\..\
-# server parts - which appears as though some of the clients rely on
+echo 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\config.h