[cig-commits] commit: made xml export location same as in vmake

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


changeset:   56:e9feb3053f62
user:        SteveQuenette
date:        Wed Jun 04 22:31:05 2008 +0000
files:       SConscript
description:
made xml export location same as in vmake


diff -r 0ad4f3f0a04e -r e9feb3053f62 SConscript
--- a/SConscript	Fri May 23 04:16:39 2008 +0000
+++ b/SConscript	Wed Jun 04 22:31:05 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