summaryrefslogtreecommitdiff
path: root/win32.bat
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-08-30 08:53:55 +0000
committerChris Wilson <chris+github@qwirx.com>2006-08-30 08:53:55 +0000
commit535ab4aec14fd9ac2753762beb28d01114753a82 (patch)
treee5149fd53277192a927bbc1e37b8926b55259538 /win32.bat
parent6c3dabe68da278f71b7c2c2b1da1858033504fce (diff)
* infrastructure/BoxPlatform.pm.in
* win32.bat * bin/bbackupd/BackupClientDirectoryRecord.cpp - Merged back changes from trunk
Diffstat (limited to 'win32.bat')
-rw-r--r--win32.bat17
1 files changed, 9 insertions, 8 deletions
diff --git a/win32.bat b/win32.bat
index e4a39359..81a97944 100644
--- a/win32.bat
+++ b/win32.bat
@@ -5,26 +5,27 @@ echo using Cygwin and Perl
copy .\infrastructure\BoxPlatform.pm.in .\infrastructure\BoxPlatform.pm
-cd .\bin\bbackupquery\ & perl ./../../bin/bbackupquery/makedocumentation.pl
+cd .\bin\bbackupquery\ & perl ./../../bin/bbackupquery/makedocumentation.pl.in
cd ..\..\
-cd .\lib\backupclient & perl ./../../lib/common/makeexception.pl BackupStoreException.txt
-perl ./../../lib/server/makeprotocol.pl Client ./../../bin/bbstored/backupprotocol.txt
+cd .\lib\backupclient & perl ./../../lib/common/makeexception.pl.in BackupStoreException.txt & perl ./../../lib/server/makeprotocol.pl.in Client ./../../bin/bbstored/backupprotocol.txt
cd ..\..\
-cd .\lib\compress & perl ./../../lib/common/makeexception.pl CompressException.txt
+cd .\lib\compress & perl ./../../lib/common/makeexception.pl.in 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.in CommonException.txt & perl ./../../lib/common/makeexception.pl.in ConversionException.txt
cd ..\..\
-cd .\lib\crypto & perl ./../../lib/common/makeexception.pl CipherException.txt
+cd .\lib\crypto & perl ./../../lib/common/makeexception.pl.in CipherException.txt
cd ..\..\
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 .\lib\server & perl ./../../lib/common/makeexception.pl.in ServerException.txt & perl ./../../lib/common/makeexception.pl.in ConnectionException.txt
cd ..\..\
-perl -i.orig -pe 's/@PERL@/perl/' ./test/bbackupd/testfiles/bbackupd.conf
+copy lib\win32\config.h.win32 lib\common\BoxConfig.h
+
+perl -pe 's/@PERL@/perl/' ./test/bbackupd/testfiles/bbackupd.conf.in > .\test\bbackupd\testfiles\bbackupd.conf