blender/source
Wouter van Heyst f56eb94bab Work done to build blender on Linux [sparc64].
extern/ode/dist/ode/test/test_ode.cpp:
- Don't include <ieeefp.h> on sparc linux, it doesn't exist.

extern/ode/Makefile:
- While hacking on ode, get rid of that annoying infinite rebuild

source/Makefile:
- Define a default BINTARGETS (just blenderdynamic) for linux, individual archs
  can override/add to that if they so please

source/nan_link.nmk:
- Add a sparc64 arch target to the linux section of nan_link.mk, using the same
  options as powerpc

After the first ode problem, the build completed all but the linking of a
blender binary, because there wasn't any target defined!

On the rebuilding: The usersettings would have a newer date than targets
depending on it, so it would rebuild entirely. I haven't really fixed this, but
isolated it to the platforms where usersettings need to be moved around (darwin
and windows). FBSD patches the usersettings, so it might still happen there.  I
didn't bother with a proper fix, as it looks like we're moving to scons soon.
I'm amazed no one got annoyed enough before to take care of this.
2004-01-01 23:19:08 +00:00
..
blender Fix a problem that has been bugging me for a while. Tracking axis by default are different for Lamp and Camera than for the rest. For the constraint, it wasn't using the correct ones for them, so obviously, it didn't track correctly by default. 2004-01-01 19:21:06 +00:00
creator Dan Sinclair's patch to add --version or -v to blender's command line options. 2003-12-24 16:44:24 +00:00
darwin Updated the Mac OS X blender file icon with standard background and xype's nice shiney blender logo 2003-12-19 12:07:24 +00:00
gameengine A fix for the missing pad1 bug: henceforth, world->pad1 shall be known as 2003-12-31 04:00:26 +00:00
icons Matt Ebb's new windows Blender icons (Nice!) 2003-05-01 13:02:51 +00:00
kernel Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
Makefile Work done to build blender on Linux [sparc64]. 2004-01-01 23:19:08 +00:00
nan_compile.mk Another bad flag. Mea Culpa. 2003-12-27 17:29:25 +00:00
nan_definitions.mk FreeBSD-STABLE's python moved from 2.2 to 2.3 2003-09-23 21:12:47 +00:00
nan_link.mk Work done to build blender on Linux [sparc64]. 2004-01-01 23:19:08 +00:00
nan_subdirs.mk Introducing the 'quicky' make. 2003-12-07 19:03:43 +00:00
nan_warn.mk Initial revision 2002-10-12 11:37:38 +00:00