aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-06-17 10:13:57 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-06-17 10:13:57 +0000
commitfc3d3c0a4f110a23335398c327ac0a4fc949d5cb (patch)
tree1849d6afbe34cee9cec97bdb2295401f5126870b /build.bat
This commit was generated by cvs2svn to compensate for changes in r12,svn2git-root
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/ggee/; revision=13
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat32
1 files changed, 32 insertions, 0 deletions
diff --git a/build.bat b/build.bat
new file mode 100644
index 0000000..50ce235
--- /dev/null
+++ b/build.bat
@@ -0,0 +1,32 @@
+current: nt
+
+
+# TARGETS += stk
+
+VERSION = \"0.24\"
+
+.SUFFIXES: .dll .obj
+# ----------------------- NT ----------------------------
+
+
+
+cd control
+nmake
+cd ..
+cd experimental
+nmake
+cd ..
+cd filters
+nmake
+cd ..
+cd gui
+nmake
+cd ..
+cd other
+nmake
+cd ..
+cd signal
+nmake
+cd ..
+
+