From e02682889bf5fade4d909299fd8da17633e81fca Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 30 Aug 2015 16:10:01 +0000 Subject: Move win32.bat into a subdirectory to tidy up. Fix location of ClientException.txt. --- win32.bat | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 win32.bat (limited to 'win32.bat') diff --git a/win32.bat b/win32.bat deleted file mode 100644 index 5df3d709..00000000 --- a/win32.bat +++ /dev/null @@ -1,39 +0,0 @@ -@echo off - -echo quick and dirty to get up and running by generating the required files -echo using Cygwin and Perl - -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 - -cd .\bin\bbackupquery\ & perl ./../../bin/bbackupquery/makedocumentation.pl.in -cd ..\..\ - -cd .\lib\backupstore & perl ./../../lib/common/makeexception.pl.in BackupStoreException.txt & perl ./../../lib/server/makeprotocol.pl.in backupprotocol.txt -cd ..\..\ - -cd .\lib\compress & perl ./../../lib/common/makeexception.pl.in CompressException.txt -cd ..\..\ - -cd .\lib\common & perl ./../../lib/common/makeexception.pl.in CommonException.txt & perl ./../../lib/common/makeexception.pl.in ConversionException.txt -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 ..\..\ - -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.in ServerException.txt & perl ./../../lib/common/makeexception.pl.in ConnectionException.txt -cd ..\..\ - -perl -pe 's/@PERL@/perl/' ./test/bbackupd/testfiles/bbackupd.conf.in > .\test\bbackupd\testfiles\bbackupd.conf - -echo Generating InstallJammer configuration file -perl infrastructure/msvc/fake-config.sub.pl ./contrib/windows/installer/boxbackup.mpi.in > ./contrib/windows/installer/boxbackup.mpi -- cgit v1.2.3