aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-26 04:27:21 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-26 04:27:21 +0000
commit6a1e53b801cbb8851e49a63e55f4ce3aa18ca714 (patch)
treef1ec06ac1c0881271b14e4cb46ac23329a52681a /scripts
parent8e85209adda4b413333db8b1d98f29b30a698b0b (diff)
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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate-pd-settings-files.sh2
1 files changed, 1 insertions, 1 deletions
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