[cig-commits] commit: Once again changing where window.xml goes.

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


changeset:   61:b6a583a162d2
user:        LukeHodkinson
date:        Fri Jul 11 02:01:45 2008 +0000
files:       SConscript
description:
Once again changing where window.xml goes.


diff -r ef26cb535cd4 -r b6a583a162d2 SConscript
--- a/SConscript	Thu Jul 10 02:00:51 2008 +0000
+++ b/SConscript	Fri Jul 11 02:01:45 2008 +0000
@@ -57,6 +57,6 @@ env.Program(env.get_build_path('bin/test
 # Copy over XML files.
 xml_bases = ['']
 for base in xml_bases:
-    dst = env.get_build_path('lib/StGermain/gLucifer/' + base)
+    dst = env.get_build_path('lib/StGermain/glucifer/' + base)
     for file in env.glob('ModelComponents/' + base + '/*.xml'):
         env.Install(dst, file)



More information about the CIG-COMMITS mailing list