From 6a1e53b801cbb8851e49a63e55f4ce3aa18ca714 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 26 Sep 2011 04:27:21 +0000 Subject: add -noprefs to pd-extended.bat so that it only loads libs from the command line flags, not the registry svn path=/trunk/; revision=15347 --- scripts/generate-pd-settings-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/generate-pd-settings-files.sh b/scripts/generate-pd-settings-files.sh index 56ec643b..97e04350 100755 --- a/scripts/generate-pd-settings-files.sh +++ b/scripts/generate-pd-settings-files.sh @@ -166,7 +166,7 @@ print_macosx_nloadlib $i # run separately so some libs can be excluded on Windows ${ECHO} "Running for Windows:" -${ECHO} -n "bin\\pd.exe " > $WINDOWS_BATCH +${ECHO} -n "bin\\pd.exe -noprefs " > $WINDOWS_BATCH ${ECHO} -e $WINDOWS_HEADER > $WINDOWS_FILE ${ECHO} -e $WINDOWS_INNO_HEADER > $WINDOWS_INNO_REG_FILE -- cgit v1.2.1