aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-21 23:04:06 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-21 23:04:06 +0000
commit742215d6e906053234af59a186a43aaa1b76812f (patch)
treef826d4e69fbc8918a36d5e687d9a71b48e4dfa16 /scripts
parent1c1e66e971b0ce1eefba59cede0f895d25c86429 (diff)
Win32: load zexy hex-named objects as libraries and kludge to get them working (>~ <~ ||~ &&~ . ==~)
svn path=/trunk/; revision=16732
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate-pd-settings-files.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/generate-pd-settings-files.sh b/scripts/generate-pd-settings-files.sh
index e00db37b..863457f0 100755
--- a/scripts/generate-pd-settings-files.sh
+++ b/scripts/generate-pd-settings-files.sh
@@ -174,6 +174,9 @@ print_windows_helppath
i=0
IFS=' '
+# add Windows-only libs here, these are objects whose names have chars
+# that cannot exist on Windows filesystems
+LIBS="$LIBS zexy/0x260x260x7e zexy/0x2e zexy/0x3c0x7e zexy/0x3d0x3d0x7e zexy/0x3e0x7e zexy/0x7c0x7c0x7e"
for lib in $LIBS; do
case "$lib" in
pdp) ${ECHO} -n "(ignoring $lib on Windows) " ;;