aboutsummaryrefslogtreecommitdiff
path: root/clean.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 /clean.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 'clean.bat')
-rw-r--r--clean.bat32
1 files changed, 32 insertions, 0 deletions
diff --git a/clean.bat b/clean.bat
new file mode 100644
index 0000000..8f29a39
--- /dev/null
+++ b/clean.bat
@@ -0,0 +1,32 @@
+current: nt
+
+
+# TARGETS += stk
+
+VERSION = \"0.16\"
+
+.SUFFIXES: .dll .obj
+# ----------------------- NT ----------------------------
+
+
+
+cd control
+nmake clean
+cd ..
+cd experimental
+nmake clean
+cd ..
+cd filters
+nmake clean
+cd ..
+cd gui
+nmake clean
+cd ..
+cd other
+nmake clean
+cd ..
+cd signal
+nmake clean
+cd ..
+
+