summaryrefslogtreecommitdiff
path: root/win32.bat
diff options
context:
space:
mode:
authorMartin Ebourne <martin@ebourne.me.uk>2005-12-12 20:50:00 +0000
committerMartin Ebourne <martin@ebourne.me.uk>2005-12-12 20:50:00 +0000
commit3bedf8846f4d7a5cb38276b274662d62a36dcd52 (patch)
tree9d51de8b0f3d06ba6549a5a1958e52f592343140 /win32.bat
parent81d8eda2419e7a23088a98cdfc52a305c9ceac0d (diff)
Marged chris/win32/merge/07-win32-fixes at r210 to trunk
Diffstat (limited to 'win32.bat')
-rw-r--r--win32.bat27
1 files changed, 27 insertions, 0 deletions
diff --git a/win32.bat b/win32.bat
new file mode 100644
index 00000000..f37bb777
--- /dev/null
+++ b/win32.bat
@@ -0,0 +1,27 @@
+
+pwd = /usr/src/boxbackup0.08/
+
+# quick and dirty to get up and running by generating the required files
+# using Cygwin and Perl
+
+cd ./bin/bbackupquery/ & perl ./../../bin/bbackupquery/makedocumentation.pl
+cd ../../
+
+cd ./lib/backupclient & perl ./../../lib/common/makeexception.pl BackupStoreException.txt
+perl ./../../lib/server/makeprotocol.pl Client ./../../bin/bbstored/backupprotocol.txt
+cd ../../
+
+cd ./lib/compress & perl ./../../lib/common/makeexception.pl CompressException.txt
+cd ../../
+
+cd ./lib/common & perl ./../../lib/common/makeexception.pl CommonException.txt & perl ./../../lib/common/makeexception.pl ConversionException.txt
+
+cd ../../
+
+cd ./lib/crypto & perl ./../../lib/common/makeexception.pl CipherException.txt
+cd ../../
+
+# server parts - which appears as though some of the clients rely on
+
+cd ./lib/server & perl ./../../lib/common/makeexception.pl ServerException.txt & perl ./../../lib/common/makeexception.pl ConnectionException.txt
+cd ../../