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, 42 insertions, 0 deletions
diff --git a/pd/src/build.bat b/pd/src/build.bat
new file mode 100644
index 00000000..15d65957
--- /dev/null
+++ b/pd/src/build.bat
@@ -0,0 +1,42 @@
+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 ..
+
+