[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11897] branches/2-44-stable/blender: new defauts for os x scons build

JLuc Peuriere jlp at nerim.net
Thu Aug 30 21:15:41 CEST 2007


Revision: 11897
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11897
Author:   lukep
Date:     2007-08-30 21:15:41 +0200 (Thu, 30 Aug 2007)

Log Message:
-----------
new defauts for os x scons build

Modified Paths:
--------------
    branches/2-44-stable/blender/config/darwin-config.py
    branches/2-44-stable/blender/tools/Blender.py

Modified: branches/2-44-stable/blender/config/darwin-config.py
===================================================================
--- branches/2-44-stable/blender/config/darwin-config.py	2007-08-30 18:59:33 UTC (rev 11896)
+++ branches/2-44-stable/blender/config/darwin-config.py	2007-08-30 19:15:41 UTC (rev 11897)
@@ -48,8 +48,9 @@
 BF_FMOD = LIBDIR + '/fmod'
 
 WITH_BF_OPENEXR = 'true'
-BF_OPENEXR = '/usr/local'
-BF_OPENEXR_INC = '${BF_OPENEXR}/include/OpenEXR'
+#BF_OPENEXR = '/usr/local'
+BF_OPENEXR = '${LCGDIR}/openexr'
+BF_OPENEXR_INC = '${BF_OPENEXR}/include ${BF_OPENEXR}/include/OpenEXR'
 BF_OPENEXR_LIB = ' Iex Half IlmImf Imath IlmThread'
 
 

Modified: branches/2-44-stable/blender/tools/Blender.py
===================================================================
--- branches/2-44-stable/blender/tools/Blender.py	2007-08-30 18:59:33 UTC (rev 11896)
+++ branches/2-44-stable/blender/tools/Blender.py	2007-08-30 19:15:41 UTC (rev 11897)
@@ -327,7 +327,7 @@
     commands.getoutput(cmd)
     cmd = 'chmod +x  %s/%s.app/Contents/MacOS/%s'%(builddir,binary, binary)
     commands.getoutput(cmd)
-    cmd = 'find %s/%s.app -name CVS -prune -exec rm -rf {} \;'%(builddir, binary)
+    cmd = 'find %s/%s.app -name .svn -prune -exec rm -rf {} \;'%(builddir, binary)
     commands.getoutput(cmd)
     cmd = 'find %s/%s.app -name .DS_Store -exec rm -rf {} \;'%(builddir, binary)
     commands.getoutput(cmd)





More information about the Bf-blender-cvs mailing list