From 2e128f8778af9763eb4cd919ea80264baa2b3a6d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 26 Jul 2007 22:04:29 +0000 Subject: Make ClientException autogen files in the correct directory, thanks Gary! (refs #3, merges [1675]) --- win32.bat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ..\..\ -- cgit v1.2.3