From 64fdb009695828b788fce074135b20a5e52c5fc4 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 23 Sep 2003 00:21:28 +0000 Subject: imported version 0.37-0 svn path=/trunk/; revision=1016 --- pd/src/build.bat | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 pd/src/build.bat (limited to 'pd/src/build.bat') 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 .. + + -- cgit v1.2.1