[Box Backup-commit] COMMIT r1675 - box/chris/general

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Fri, 25 May 2007 19:41:15 +0100


Author: chris
Date: 2007-05-25 19:41:15 +0100 (Fri, 25 May 2007)
New Revision: 1675

Modified:
   box/chris/general/win32.bat
Log:
Make ClientException autogen files in the correct directory, thanks Gary!


Modified: box/chris/general/win32.bat
===================================================================
--- box/chris/general/win32.bat	2007-05-25 18:39:06 UTC (rev 1674)
+++ box/chris/general/win32.bat	2007-05-25 18:41:15 UTC (rev 1675)
@@ -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 ..\..\