summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-07-26 22:04:29 +0000
committerChris Wilson <chris+github@qwirx.com>2007-07-26 22:04:29 +0000
commit2e128f8778af9763eb4cd919ea80264baa2b3a6d (patch)
treef83587a2b7a017a7bb63c0056898fe226c6ae0a4
parent31d71a6d64427ee42fe7bbab6623027c99ed4dee (diff)
Make ClientException autogen files in the correct directory, thanks Gary!
(refs #3, merges [1675])
-rw-r--r--win32.bat6
1 files changed, 5 insertions, 1 deletions
diff --git a/win32.bat b/win32.bat
index 6430df8f..744c31b3 100644
--- a/win32.bat
+++ b/win32.bat
@@ -14,7 +14,11 @@ 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 & 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 ..\..\