[cig-commits] commit: Build Gale, not StGermain

Mercurial hg at geodynamics.org
Thu Apr 1 08:40:06 PDT 2010


changeset:   791:7196bd83e4d7
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Thu Apr 01 07:00:33 2010 -0700
files:       src/SConscript
description:
Build Gale, not StGermain


diff -r 08d7abdd7da3 -r 7196bd83e4d7 src/SConscript
--- a/src/SConscript	Tue Mar 23 08:15:40 2010 -0700
+++ b/src/SConscript	Thu Apr 01 07:00:33 2010 -0700
@@ -3,5 +3,5 @@ Import('env')
 
 # Build the program.
 curLibs = env['LIBS'] if 'LIBS' in env._dict else []
-env.Program('#build/bin/StGermain', 'main.c',
+env.Program('#build/bin/Gale', 'main.c',
             LIBS=curLibs + ['StGermain'])



More information about the CIG-COMMITS mailing list