From 31b7b9b1885e9ecd9f47602c1b571df34e18622b Mon Sep 17 00:00:00 2001 From: musil Date: Tue, 31 Oct 2006 14:17:16 +0000 Subject: makefile_win update to pd-0.39-2 makefile (linux) -fno-strict-aliasing update to pd-0.39-2 update startup scripts to pd-0.39-2 svn path=/trunk/externals/iemlib/; revision=6204 --- pd-0.39-2_start.bat | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pd-0.39-2_start.bat (limited to 'pd-0.39-2_start.bat') diff --git a/pd-0.39-2_start.bat b/pd-0.39-2_start.bat new file mode 100644 index 0000000..b1784bc --- /dev/null +++ b/pd-0.39-2_start.bat @@ -0,0 +1,12 @@ +@echo off + +set PD_PATCH=%1 +set PD_INSTALL=C:\Programme\pd-0.39-2\bin +set PD_AUDIO=-r 44100 -audiobuf 80 -channels 2 +set PD_MIDI=-nomidi +set PD_OPTIONS=-font 10 +set PD_PATH=-path iemabs;lib +set PD_LIB=-lib iemlib1;iemlib2;iem_mp3;iem_t3_lib + +@echo starting pd ... +%PD_INSTALL%\pd %PD_AUDIO% %PD_MIDI% %PD_OPTIONS% %PD_PATH% %PD_LIB% %PD_PATCH% -- cgit v1.2.1