diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-25 22:16:17 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-25 22:16:17 +0000 |
commit | 9f6510850e3782a22b0ac282161f5e1e7413f3f2 (patch) | |
tree | de3c296e65faf6f4355f0fb345f4eed1b069d2bc /pdstring+wchar/configure | |
parent | 2fca84eeb6f1079b1f8a0723f5d2b176aa1b62e3 (diff) |
+ got 'wchars' objects working
svn path=/trunk/externals/moocow/; revision=10638
Diffstat (limited to 'pdstring+wchar/configure')
-rwxr-xr-x | pdstring+wchar/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdstring+wchar/configure b/pdstring+wchar/configure index d4be0f4..9787a42 100755 --- a/pdstring+wchar/configure +++ b/pdstring+wchar/configure @@ -3543,7 +3543,7 @@ esac ##------- PD externals: hack EXEEXT? PD_LIB_EXTERNALS="pdstring" -PD_OBJ_EXTERNALS="any2bytes bytes2any bytes2wchars" +PD_OBJ_EXTERNALS="any2bytes bytes2any bytes2wchars wchars2bytes" # Check whether --enable-object-externals was given. if test "${enable_object_externals+set}" = set; then |