blender/intern/ghost
Michel Selten 70a4ead0ae SCons updates
* Blender static now links. By default this option is disabled on all
  platforms. Simply set the option in config.opts to 'true'.
* Added the following flags to config.opts:
  - HOST_CC.    This is the C compiler for the host platform. This value is the
                same as TARGET_CC when not cross compiling.
  - HOST_CXX.   This is the C++ compiler for the host platform. This value is
                the same as TARGET_CXX when not cross compiling.
  - TARGET_CC.  This is the C compiler for the target platform.
  - TARGET_CXX. This is the C++ compiler for the target platform.
  - TARGET_AR.  This is the linker command for linking libraries.
  - PATH        This is the standard search path
  All SConscript files have been updated to reflect these changes. Now it's
  possible to change only the root SConstruct file, and all compiler specific
  variables are passed automatically to all SConscript files. Of course, this
  does not apply to makesdna because there the host and target platform is
  different from all other libraries.
  To pass a variable that applies to all platforms, all we now have to do is
  set the correct value in library_env


Note: as usual, to get the latest options in the config.opts file, first
      remove your version.
2004-02-29 21:40:48 +00:00
..
doc Replaced old doxygen config file with two new ones: 2002-12-28 22:33:48 +00:00
intern Added a return GHOST_kSuccess; 2004-02-23 14:10:00 +00:00
make Rest of the VC7 intern projectfiles. 2003-03-18 19:38:36 +00:00
test Added multitest to the targets that get built for tests for ghost. 2003-01-30 02:47:29 +00:00
GHOST_C-api.h Commit of cursor framework. Cursors now defined in source/blender/src/cursors.c and 2003-12-26 20:12:42 +00:00
GHOST_IEvent.h Removed those extra CVS tag lines in the header files of ghost (now I know what 2002-12-28 22:26:45 +00:00
GHOST_IEventConsumer.h Removed those extra CVS tag lines in the header files of ghost (now I know what 2002-12-28 22:26:45 +00:00
GHOST_ISystem.h Fixed doxygen so it would run again for ghost.... 2003-01-24 05:32:14 +00:00
GHOST_ITimerTask.h Removed those extra CVS tag lines in the header files of ghost (now I know what 2002-12-28 22:26:45 +00:00
GHOST_IWindow.h Commit of cursor framework. Cursors now defined in source/blender/src/cursors.c and 2003-12-26 20:12:42 +00:00
GHOST_Rect.h Removed those extra CVS tag lines in the header files of ghost (now I know what 2002-12-28 22:26:45 +00:00
GHOST_Types.h Robert (DetectiveThorn) Wenzlaff's Knife subdivide tool. See previous 2003-10-12 23:43:26 +00:00
Makefile - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
SConscript SCons updates 2004-02-29 21:40:48 +00:00