[Opal-commits] opal/tools/tinyxml SConstruct,1.2,1.3
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-18 22:21:52
|
Update of /cvsroot/opal/opal/tools/tinyxml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32731/tools/tinyxml Modified Files: SConstruct Log Message: made destructor protected for objects instantiated by OPAL; cleaned up a lot of things to prepare for 0.3.0 release Index: SConstruct =================================================================== RCS file: /cvsroot/opal/opal/tools/tinyxml/SConstruct,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SConstruct 13 Apr 2005 17:31:40 -0000 1.2 --- SConstruct 18 Apr 2005 22:21:07 -0000 1.3 *************** *** 8,12 **** env = Environment( ENV = os.environ, ! CXX = ['g++'], CCFLAGS = [''], CXXFLAGS = [''], --- 8,12 ---- env = Environment( ENV = os.environ, ! CXX = [''], CCFLAGS = [''], CXXFLAGS = [''], *************** *** 14,19 **** LINK = [''], LINKFLAGS = [''], ! AR = ['ar'], ! ARFLAGS = ['rc'], LIBPATH = [''], SHLIBSUFFIX='.so', --- 14,19 ---- LINK = [''], LINKFLAGS = [''], ! AR = [''], ! ARFLAGS = [''], LIBPATH = [''], SHLIBSUFFIX='.so', |