aboutsummaryrefslogtreecommitdiff
path: root/pd/src/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/build.bat')
-rw-r--r--pd/src/build.bat42
1 files changed, 0 insertions, 42 deletions
diff --git a/pd/src/build.bat b/pd/src/build.bat
deleted file mode 100644
index 15d65957..00000000
--- a/pd/src/build.bat
+++ /dev/null
@@ -1,42 +0,0 @@
-nmake
-cd ..
-cd extra
-
-del *.dll
-
-cd bonk~
-nmake pd_nt
-move bonk~.dll ..
-cd ..
-
-cd choice
-nmake pd_nt
-move choice.dll ..
-cd ..
-
-cd expr~
-nmake pd_nt
-move expr.dll ..
-cd ..
-
-cd fiddle~
-nmake pd_nt
-move fiddle~.dll ..
-cd ..
-
-cd loop~
-nmake pd_nt
-move loop~.dll ..
-cd ..
-
-cd lrshift~
-nmake pd_nt
-move lrshift~.dll ..
-cd ..
-
-cd pique
-nmake pd_nt
-move pique.dll ..
-cd ..
-
-