[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31082] branches/soc-2010-nicolasbishop/ extern/ptex/SConscript: == Ptex ==

Nicholas Bishop nicholasbishop at gmail.com
Thu Aug 5 22:16:38 CEST 2010


Revision: 31082
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31082
Author:   nicholasbishop
Date:     2010-08-05 22:16:38 +0200 (Thu, 05 Aug 2010)

Log Message:
-----------
== Ptex ==

Another scons fix provided by mariusz

Modified Paths:
--------------
    branches/soc-2010-nicolasbishop/extern/ptex/SConscript

Modified: branches/soc-2010-nicolasbishop/extern/ptex/SConscript
===================================================================
--- branches/soc-2010-nicolasbishop/extern/ptex/SConscript	2010-08-05 19:36:44 UTC (rev 31081)
+++ branches/soc-2010-nicolasbishop/extern/ptex/SConscript	2010-08-05 20:16:38 UTC (rev 31082)
@@ -10,5 +10,6 @@
 
 defs = ''
 incs = 'src/ptex'
+incs += ' ' + env['BF_ZLIB_INC'] 
 
 env.BlenderLib ( 'extern_ptex', sources, Split(incs), Split(defs), libtype=['extern','player'], priority=[50,230])





More information about the Bf-blender-cvs mailing list