Blender Git Commit Log
Git Commits -> Revision d1285dc
November 9, 2006, 15:45 (GMT) |
This is really two commits but the first one is very small and affects one file I modified for the other patch. So I'm being bad and combining them together. First one is added -lXi to LLIBS for solaris. (Makes it so it compiles again with the tablet stuff added) Second one is the real commit its an expansion of patch #4458 This adds optional ICONV lining to support international fonts in the file selector. Thanks to wisit venita (dripstone) I mostly just cleaned it up a little and made it optional via defines. Its currently turned off for all platforms except for solaris on scons. For scons see your config/(platform).py file look for WITH_BF_ICONV For the Makefiles look at source/nan_definitions.mk look for WITH_ICONV (basically you'll want to export WITH_ICONV=true and possibly set some other stuff) Let me know if there are any problems. Kent -- [email protected] |
Commit Details:
Full Hash: d1285dc756711b6dccb30a30df661376fe513bee
SVN Revision: 8804
Parent Commit: 56a12a3
Lines Changed: +93, -2
12 Modified Paths:
/config/darwin-config.py (+6, -0) (Diff)
/config/linux2-config.py (+6, -0) (Diff)
/config/linuxcross-config.py (+6, -0) (Diff)
/config/openbsd3-config.py (+6, -0) (Diff)
/config/sunos5-config.py (+6, -0) (Diff)
/config/win32-mingw-config.py (+6, -0) (Diff)
/config/win32-vc-config.py (+6, -0) (Diff)
/source/blender/src/filesel.c (+36, -0) (Diff)
/source/blender/src/interface_draw.c (+1, -1) (Diff)
/source/blender/src/Makefile (+5, -0) (Diff)
/source/blender/src/SConscript (+4, -0) (Diff)
/source/nan_link.mk (+5, -1) (Diff)
/config/linux2-config.py (+6, -0) (Diff)
/config/linuxcross-config.py (+6, -0) (Diff)
/config/openbsd3-config.py (+6, -0) (Diff)
/config/sunos5-config.py (+6, -0) (Diff)
/config/win32-mingw-config.py (+6, -0) (Diff)
/config/win32-vc-config.py (+6, -0) (Diff)
/source/blender/src/filesel.c (+36, -0) (Diff)
/source/blender/src/interface_draw.c (+1, -1) (Diff)
/source/blender/src/Makefile (+5, -0) (Diff)
/source/blender/src/SConscript (+4, -0) (Diff)
/source/nan_link.mk (+5, -1) (Diff)