Go to file
Kent Mein 9dc992a3fd 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
2012-01-12 16:31:27 +00:00
build_files when building blender as a py module use add_library(... MODULE on all systems, was SHARED on linux/windows. 2012-01-11 00:09:46 +00:00
doc remove blender 2.5 references in docs 2012-01-12 15:16:08 +00:00
extern Fixed typo in comments for libmv build rules files 2012-01-11 07:19:44 +00:00
intern Cucumber - AA for blenderplayer and fullscreen 2012-01-11 20:53:22 +00:00
release Cucumber - AA for blenderplayer and fullscreen 2012-01-11 20:53:22 +00:00
source Some small fixes to get things compiling on solaris with cmake. 2012-01-12 16:31:27 +00:00
CMakeLists.txt Some small fixes to get things compiling on solaris with cmake. 2012-01-12 16:31:27 +00:00
COPYING
GNUmakefile minor changes 2011-11-23 17:14:29 +00:00
SConstruct option to build without remesh modifier for cmake and scons 2011-12-31 03:34:44 +00:00