aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat32
1 files changed, 0 insertions, 32 deletions
diff --git a/build.bat b/build.bat
deleted file mode 100644
index 50ce235..0000000
--- a/build.bat
+++ /dev/null
@@ -1,32 +0,0 @@
-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 ..
-
-