Blender Git Loki
Git Commits -> Revision 9dc992a
January 12, 2012, 16:31 (GMT) |
Some small fixes to get things compiling on solaris with cmake. There are also some changes that need to be done to libmv but I'm leaving those out so I can get it patched upstream first. (Only works with gcc/g++ if we want to use sun's compiler we would need to get rid of all of our annonymous structs which I don't think we want to do at this point, example: typedef struct wmNDOFMotionData { union { float tvec[3]; // translation struct { float tx, ty, tz; }; // this would need to be fixed // something like this or something similar: struct { float x, y, z; } t; }; ... ) Kent |
Commit Details:
Full Hash: 9dc992a3fd625cdcf1b9611b39b0cd8fa865ac19
SVN Revision: 43324
Parent Commit: 8b59efe
Lines Changed: +16, -4
6 Modified Paths:
/CMakeLists.txt (+4, -0) (Diff)
/source/blender/blenlib/BLI_fnmatch.h (+1, -1) (Diff)
/source/blender/blenlib/intern/path_util.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+1, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+3, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+6, -0) (Diff)
/source/blender/blenlib/BLI_fnmatch.h (+1, -1) (Diff)
/source/blender/blenlib/intern/path_util.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+1, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+3, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+6, -0) (Diff)