[tuhopuu-devel] Patch: scons support for he mesh.

Gabriel Beloin gbeloin at caramail.com
Tue Mar 29 04:24:19 CEST 2005


Ho btw joeedh, there was some error your sconscript. a missing ] somewhere and you didn't include your sconscript in upper level. I did a patch for quick fix:

Index: source/blender/SConscript
===================================================================
RCS file: /cvsroot/tuhopuu/tuhopuu3/source/blender/SConscript,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 SConscript
--- source/blender/SConscript    23 Dec 2004 00:39:06 -0000    1.1.1.1
+++ source/blender/SConscript    28 Mar 2005 22:22:00 -0000
@@ -15,7 +15,8 @@
             'render/SConscript',
             'renderconverter/SConscript',
             'src/SConscript',
-            'yafray/SConscript'])
+            'yafray/SConscript',
+            'hemesh/SConscript'])
 
 if user_options_dict['USE_INTERNATIONAL'] == 1:
     SConscript (['ftfont/SConscript'])
Index: source/blender/hemesh/SConscript
===================================================================
RCS file: /cvsroot/tuhopuu/tuhopuu3/source/blender/hemesh/SConscript,v
retrieving revision 1.1
diff -u -r1.1 SConscript
--- source/blender/hemesh/SConscript    27 Mar 2005 22:43:47 -0000    1.1
+++ source/blender/hemesh/SConscript    28 Mar 2005 22:24:28 -0000
@@ -1,5 +1,6 @@
 #!/usr/bin/python
 Import ('user_options_dict')
 
-SConscript(['intern/SConscript', 'tools/SConscript')
+SConscript(['intern/SConscript',
+        'tools/SConscript'])

C est le moment de dynamiser votre boîte mail en découvrant les offres CaraMail Max et Pro - http://www.caramail.com



More information about the tuhopuu-devel mailing list