[cig-commits] commit: Inserting include path setup.

Mercurial hg at geodynamics.org
Mon Nov 24 11:30:51 PST 2008


changeset:   79:370a191db686
user:        LukeHodkinson
date:        Thu Mar 06 07:08:55 2008 +0000
files:       SConscript
description:
Inserting include path setup.


diff -r eedec8930fcf -r 370a191db686 SConscript
--- a/SConscript	Wed Mar 05 01:52:53 2008 +0000
+++ b/SConscript	Thu Mar 06 07:08:55 2008 +0000
@@ -1,6 +1,9 @@ Import('env')
 Import('env')
 
 env = env.Copy()
+env.AppendUnique(CPPPATH=[os.path.join(env['buildPath'], # Add PICellerator include path.
+                                       'include',
+                                       'PICellerator')])
 env.project_name = 'PICellerator' # Need a project name.
 env.clear_all() # ... so that our structures are ready.
 



More information about the CIG-COMMITS mailing list