aboutsummaryrefslogtreecommitdiff
path: root/pd/src/build.bat
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-09-23 00:21:28 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-09-23 00:21:28 +0000
commit64fdb009695828b788fce074135b20a5e52c5fc4 (patch)
treea05144197dd339721b6d4a3a0927f7596e8872b6 /pd/src/build.bat
parenta30193fcd726552364de74984b200be2c30723e7 (diff)
imported version 0.37-0
svn path=/trunk/; revision=1016
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 ..
+
+