| Revision 3020,
1.7 KB
checked in by chris, 4 months ago
(diff) |
|
Copy a standard configuration to BoxConfig?.h for MSVC users.
|
-
Property svn:eol-style set to
CRLF
|
| Line | |
|---|
| 1 | @echo off |
|---|
| 2 | |
|---|
| 3 | echo quick and dirty to get up and running by generating the required files |
|---|
| 4 | echo using Cygwin and Perl |
|---|
| 5 | |
|---|
| 6 | copy .\infrastructure\BoxPlatform.pm.in .\infrastructure\BoxPlatform.pm |
|---|
| 7 | copy .\lib\common\BoxPortsAndFiles.h.in .\lib\common\BoxPortsAndFiles.h |
|---|
| 8 | copy .\lib\common\BoxConfig-MSVC.h .\lib\common\BoxConfig.h |
|---|
| 9 | |
|---|
| 10 | cd .\bin\bbackupquery\ & perl ./../../bin/bbackupquery/makedocumentation.pl.in |
|---|
| 11 | cd ..\..\ |
|---|
| 12 | |
|---|
| 13 | cd .\lib\backupstore & perl ./../../lib/common/makeexception.pl.in BackupStoreException.txt & perl ./../../lib/server/makeprotocol.pl.in backupprotocol.txt |
|---|
| 14 | cd ..\..\ |
|---|
| 15 | |
|---|
| 16 | cd .\lib\compress & perl ./../../lib/common/makeexception.pl.in CompressException.txt |
|---|
| 17 | cd ..\..\ |
|---|
| 18 | |
|---|
| 19 | cd .\lib\common & perl ./../../lib/common/makeexception.pl.in CommonException.txt & perl ./../../lib/common/makeexception.pl.in ConversionException.txt |
|---|
| 20 | cd ..\..\ |
|---|
| 21 | |
|---|
| 22 | cd .\lib\raidfile & perl ./../../lib/common/makeexception.pl.in RaidFileException.txt |
|---|
| 23 | cd ..\..\ |
|---|
| 24 | |
|---|
| 25 | cd .\bin\bbackupd & perl ./../../lib/common/makeexception.pl.in ClientException.txt |
|---|
| 26 | cd ..\..\ |
|---|
| 27 | |
|---|
| 28 | cd .\lib\crypto & perl ./../../lib/common/makeexception.pl.in CipherException.txt |
|---|
| 29 | cd ..\..\ |
|---|
| 30 | |
|---|
| 31 | echo server parts - which appears as though some of the clients rely on |
|---|
| 32 | |
|---|
| 33 | cd .\lib\server & perl ./../../lib/common/makeexception.pl.in ServerException.txt & perl ./../../lib/common/makeexception.pl.in ConnectionException.txt |
|---|
| 34 | cd ..\..\ |
|---|
| 35 | |
|---|
| 36 | perl -pe 's/@PERL@/perl/' ./test/bbackupd/testfiles/bbackupd.conf.in > .\test\bbackupd\testfiles\bbackupd.conf |
|---|
| 37 | |
|---|
| 38 | echo Generating InstallJammer configuration file |
|---|
| 39 | perl infrastructure/msvc/fake-config.sub.pl ./contrib/windows/installer/boxbackup.mpi.in > ./contrib/windows/installer/boxbackup.mpi |
|---|
Note: See
TracBrowser
for help on using the repository browser.