[Bf-committers] CVS commit: blender configure.ac Makefile.am blender/intern Makefile.am blender/source/blender Makefile.am blender/source/blender/blenkernel Makefile.am blender/source/blender/blenloader Makefile.am blender/source/blender/python BPY_extern.h Makefile.am ...

Michel Selten bf-committers@blender.org
Wed, 19 Feb 2003 20:20:12 +0100 (CET)


michel (Michel Selten) 2003/02/19 20:20:12 CET

  Modified files:
    .                    configure.ac Makefile.am 
    blender/intern       Makefile.am 
    blender/source/blender Makefile.am 
    blender/source/blender/blenkernel Makefile.am 
    blender/source/blender/blenloader Makefile.am 
    blender/source/blender/renderconverter Makefile.am 
    blender/source/blender/src Makefile.am 
    blender/source/creator Makefile.am 
  Added files:
    blender/source/blender/python BPY_extern.h Makefile.am 
    blender/source/blender/python/api2_2x Makefile.am interface.c 
  
  Log:
  Added flag '--enable-exppython' to the auto* build environment.
  Using this flag the following component is build:
    source/blender/python
  and the following components are not build:
    intern/python
    source/blender/bpython
  
  Without specifying the flag, things act as they used to do.
  Also created a dummy interface.c file and created the directories
  which will contain the replacement code for:
  - intern/python
  - source/blender/bpython
  
  Michel
  
  Revision  Changes    Path
  1.32      +27 -5     blender/configure.ac
  1.6       +11 -5     blender/Makefile.am
  1.9       +7 -1      blender/intern/Makefile.am
  1.7       +10 -2     blender/source/blender/Makefile.am
  1.5       +7 -1      blender/source/blender/blenkernel/Makefile.am
  1.5       +7 -3      blender/source/blender/blenloader/Makefile.am
  1.5       +7 -1      blender/source/blender/renderconverter/Makefile.am
  1.8       +7 -1      blender/source/blender/src/Makefile.am
  1.6       +7 -1      blender/source/creator/Makefile.am