aboutsummaryrefslogtreecommitdiff
path: root/clean.bat
diff options
context:
space:
mode:
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 ..
+
+