[Opal-commits] opal/samples/playpen SConstruct,1.4,1.5 playpen.suo,1.8,1.9
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-06-25 06:45:50
|
Update of /cvsroot/opal/opal/samples/playpen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22427/samples/playpen Modified Files: SConstruct playpen.suo Log Message: Finished writing 'simple' sample app and its SConstruct file. Index: SConstruct =================================================================== RCS file: /cvsroot/opal/opal/samples/playpen/SConstruct,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SConstruct 21 Apr 2005 17:04:59 -0000 1.4 --- SConstruct 25 Jun 2005 06:45:41 -0000 1.5 *************** *** 23,26 **** --- 23,29 ---- env.Append(CXXFLAGS = ['-DGCC_3_1', '-DEXT_HASH']) + # Generate command line help text + env.Help(opts.GenerateHelpText(env)) + # Build the executable. exe = env.Program('playpen', sources) Index: playpen.suo =================================================================== RCS file: /cvsroot/opal/opal/samples/playpen/playpen.suo,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvs8zicmL and /tmp/cvsQ9QZmD differ |