[Box Backup-commit] COMMIT r1769 - box/chris/merge

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Jul 26 23:04:29 BST 2007


Author: chris
Date: 2007-07-26 23:04:29 +0100 (Thu, 26 Jul 2007)
New Revision: 1769

Modified:
   box/chris/merge/win32.bat
Log:
Make ClientException autogen files in the correct directory, thanks Gary!
(refs #3, merges [1675])


Modified: box/chris/merge/win32.bat
===================================================================
--- box/chris/merge/win32.bat	2007-07-26 22:04:05 UTC (rev 1768)
+++ box/chris/merge/win32.bat	2007-07-26 22:04:29 UTC (rev 1769)
@@ -14,10 +14,14 @@
 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 & perl ./../../lib/common/makeexception.pl.in ClientException.txt
+cd .\lib\common & perl ./../../lib/common/makeexception.pl.in CommonException.txt & perl ./../../lib/common/makeexception.pl.in ConversionException.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 ..\..\
 




More information about the Boxbackup-commit mailing list