[Bf-blender-cvs] CVS commit: blender Makefile.am configure.ac blender/source/blender/src Makefile.am

Michel Selten michel.s at home.nl
Wed Oct 15 20:56:01 CEST 2003


michel (Michel Selten) 2003/10/15 20:56:01 CEST

  Modified files:
    .                    Makefile.am configure.ac 
    blender/source/blender/src Makefile.am 
  
  Log:
  Major updates to the autoconf system for all platforms. This is a works in
  progress to get things better for the other platforms too. I can't test on
  the other platforms (non-Linux), so please test.
  * Added checks for a working STL implementation.
  * Updated blender version to 2.29
  * Added possibility to do a CFLAGS="-foo" ./configure
  * Defaults to MSVC for win32
  * Renamed the --enable-debug flag to --enable-ghostdebug
  * Added preliminairy checks for international support. Warning, this is not
    complete yet. (added the flag --enable-international)
  * Fixed a check for the wrong SDL version. It checked for 1.0. It needs to
    be 1.0.0
  * Many header file checks updated. Not completely done yet
  * Commented out all POSIX functions checks. Are they really needed?
  * Disabled building shared libraries by default. Speeds up compilation by a
    factor 2!
  * Added a new flag (--enable-precompiled) that uses the precompiled libraries
    found in the lib dir in cvs. The lib directory and the blender directory
    must be in the same dir. (as in cvs).
    (Note: only for Linux, the precompiled libraries are defined. The other
     platform settings still need to be updated.)
  
  Revision  Changes    Path
  1.17      +23 -2     blender/Makefile.am
  1.55      +293 -83   blender/configure.ac
  1.21      +2 -0      blender/source/blender/src/Makefile.am



More information about the Bf-blender-cvs mailing list