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

Mercurial hg at geodynamics.org
Mon Nov 24 11:29:19 PST 2008


changeset:   48:3ad1e6f94108
user:        LukeHodkinson
date:        Thu Mar 06 07:14:04 2008 +0000
files:       SConscript
description:
Inserting include path setup.


diff -r c57d2e53514f -r 3ad1e6f94108 SConscript
--- a/SConscript	Thu Mar 06 06:52:43 2008 +0000
+++ b/SConscript	Thu Mar 06 07:14:04 2008 +0000
@@ -2,6 +2,9 @@ Import('env')
 Import('env')
 
 env = env.Copy()
+env.AppendUnique(CPPPATH=[os.path.join(env['buildPath'], # Add gLucifer include path.
+                                       'include',
+                                       'glucifer')])
 env.project_name = 'glucifer' # Need a project name.
 env.clear_all() # ... so that our structures are ready.
 



More information about the CIG-COMMITS mailing list