diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-21 23:04:06 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-21 23:04:06 +0000 |
commit | 742215d6e906053234af59a186a43aaa1b76812f (patch) | |
tree | f826d4e69fbc8918a36d5e687d9a71b48e4dfa16 /scripts | |
parent | 1c1e66e971b0ce1eefba59cede0f895d25c86429 (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-x | scripts/generate-pd-settings-files.sh | 3 |
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) " ;; |