root/box/trunk/win32.bat

Revision 1769, 1.3 KB (checked in by chris, 3 years ago)

Make ClientException? autogen files in the correct directory, thanks Gary!
(refs #3, merges [1675])

  • Property svn:eol-style set to CRLF
Line 
1@echo off
2
3echo quick and dirty to get up and running by generating the required files
4echo using Cygwin and Perl
5
6copy .\infrastructure\BoxPlatform.pm.in .\infrastructure\BoxPlatform.pm
7
8cd .\bin\bbackupquery\ & perl ./../../bin/bbackupquery/makedocumentation.pl.in
9cd ..\..\
10
11cd .\lib\backupclient & perl ./../../lib/common/makeexception.pl.in BackupStoreException.txt & perl ./../../lib/server/makeprotocol.pl.in Client ./../../bin/bbstored/backupprotocol.txt
12cd ..\..\
13
14cd .\lib\compress & perl ./../../lib/common/makeexception.pl.in CompressException.txt
15cd ..\..\
16
17cd .\lib\common & perl ./../../lib/common/makeexception.pl.in CommonException.txt & perl ./../../lib/common/makeexception.pl.in ConversionException.txt
18
19cd ..\..\
20
21cd .\bin\bbackupd & perl ./../../lib/common/makeexception.pl.in ClientException.txt
22
23cd ..\..\
24
25cd .\lib\crypto & perl ./../../lib/common/makeexception.pl.in CipherException.txt
26cd ..\..\
27
28echo server parts - which appears as though some of the clients rely on
29
30cd .\lib\server & perl ./../../lib/common/makeexception.pl.in ServerException.txt & perl ./../../lib/common/makeexception.pl.in ConnectionException.txt
31cd ..\..\
32
33perl -pe 's/@PERL@/perl/' ./test/bbackupd/testfiles/bbackupd.conf.in > .\test\bbackupd\testfiles\bbackupd.conf
Note: See TracBrowser for help on using the browser.