[Bf-blender-cvs] CVS commit: blender/config linuxcross-config.py blender/intern/ghost SConscript blender/source/blender/blenpluginapi/intern pluginapi.c blender/source/blender/makesdna/intern SConscript blender/tools Blender.py

Nathan Letwory jesterking at letwory.net
Mon Mar 13 12:42:49 CET 2006


jesterking (Nathan Letwory ) 2006/03/13 12:42:49 CET

  Modified files:
    blender/config       linuxcross-config.py 
    blender/intern/ghost SConscript 
    blender/source/blender/blenpluginapi/intern pluginapi.c 
    blender/source/blender/makesdna/intern SConscript 
    blender/tools        Blender.py 
  
  Log:
  ==SCons==
  
  * These changes bring cross-compiling Blender for Windows on Linux one step
    closer to reality. The 'biggest' change is in makesdna SConscript to make
    sure a linux native makesdna is built, that can be run, too. Next to that
    proper checks for env['OURPLATFORM']=='linuxcross' are added in various
    places.
  
    Switch change in pluginapi.c was necessary, and AFAIK it should work like
    that also on WIN32, if not, slap me.
  
    Note: everything *compiles* now nicely, it is just that the final *linking*
    doesn't work (yet). Anyone who fixes this will be the
    hero of cross-compilers :)
  
  Revision  Changes    Path
  1.5       +78 -85    blender/config/linuxcross-config.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/config/linuxcross-config.py.diff?r1=1.4&r2=1.5&cvsroot=bf-blender>
  1.10      +1 -1      blender/intern/ghost/SConscript
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/SConscript.diff?r1=1.9&r2=1.10&cvsroot=bf-blender>
  1.7       +2 -2      blender/source/blender/blenpluginapi/intern/pluginapi.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenpluginapi/intern/pluginapi.c.diff?r1=1.6&r2=1.7&cvsroot=bf-blender>
  1.18      +11 -3     blender/source/blender/makesdna/intern/SConscript
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/intern/SConscript.diff?r1=1.17&r2=1.18&cvsroot=bf-blender>
  1.18      +3 -3      blender/tools/Blender.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/tools/Blender.py.diff?r1=1.17&r2=1.18&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list