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