[Opal-commits] opal/tools/tinyxml SConstruct,1.3,1.4
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-25 19:48:14
|
Update of /cvsroot/opal/opal/tools/tinyxml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4730/tools/tinyxml Modified Files: SConstruct Log Message: minor changes Index: SConstruct =================================================================== RCS file: /cvsroot/opal/opal/tools/tinyxml/SConstruct,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SConstruct 18 Apr 2005 22:21:07 -0000 1.3 --- SConstruct 25 Apr 2005 19:47:41 -0000 1.4 *************** *** 5,22 **** """) - env = Environment( ! ENV = os.environ, ! CXX = [''], ! CCFLAGS = [''], ! CXXFLAGS = [''], ! CPPPATH = [''], ! LINK = [''], ! LINKFLAGS = [''], ! AR = [''], ! ARFLAGS = [''], ! LIBPATH = [''], ! SHLIBSUFFIX='.so', ! LIBS = [''] ) --- 5,10 ---- """) env = Environment( ! ENV = os.environ ) |