summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-03-27 02:10:28 +0000
committerChris Wilson <chris+github@qwirx.com>2011-03-27 02:10:28 +0000
commit7e3c7ac7c57b80e3fc7bc9e445db845a22a2c9a3 (patch)
tree1f9dd355bde39d08491941c6125d7c9c550bc53e
parent3b417142c9026cafacb24fe17cd5622e17bb1b9a (diff)
Auto-generate classes for bbstored for MSVC.
-rw-r--r--win32.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32.bat b/win32.bat
index 8ee9639b..8f0bb2b6 100644
--- a/win32.bat
+++ b/win32.bat
@@ -16,11 +16,15 @@ cd .\lib\compress & perl ./../../lib/common/makeexception.pl.in CompressExceptio
cd ..\..\
cd .\lib\common & perl ./../../lib/common/makeexception.pl.in CommonException.txt & perl ./../../lib/common/makeexception.pl.in ConversionException.txt
+cd ..\..\
+cd .\lib\raidfile & perl ./../../lib/common/makeexception.pl.in RaidFileException.txt
cd ..\..\
cd .\bin\bbackupd & perl ./../../lib/common/makeexception.pl.in ClientException.txt
+cd ..\..\
+cd .\bin\bbstored & perl ./../../lib/server/makeprotocol.pl.in Server backupprotocol.txt
cd ..\..\
cd .\lib\crypto & perl ./../../lib/common/makeexception.pl.in CipherException.txt