[cig-commits] commit: Updating gLucifer's SConscript file.

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


changeset:   47:c57d2e53514f
user:        LukeHodkinson
date:        Thu Mar 06 06:52:43 2008 +0000
files:       SConscript
description:
Updating gLucifer's SConscript file.


diff -r b31d938174c3 -r c57d2e53514f SConscript
--- a/SConscript	Thu Feb 28 03:49:52 2008 +0000
+++ b/SConscript	Thu Mar 06 06:52:43 2008 +0000
@@ -1,15 +1,9 @@ Import('env')
+import os
 Import('env')
 
-# Need to copy the environment for use here.
 env = env.Copy()
-
-# Add some extra stuff.
-env.proj = 'glucifer'
-env.Append(CPPPATH=['#build/include/' + env.proj])
-
-#
-# Target specification section.
-#
+env.project_name = 'glucifer' # Need a project name.
+env.clear_all() # ... so that our structures are ready.
 
 env.build_directory('Base')
 env.build_directory('Windowing')



More information about the CIG-COMMITS mailing list