From: <dsh...@us...> - 2007-08-31 14:36:34
|
Revision: 630 http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=630&view=rev Author: dshipton Date: 2007-08-31 07:20:23 -0700 (Fri, 31 Aug 2007) Log Message: ----------- Use the right call to get the header info. Modified Paths: -------------- trunk/SConstruct Modified: trunk/SConstruct =================================================================== --- trunk/SConstruct 2007-08-31 12:56:14 UTC (rev 629) +++ trunk/SConstruct 2007-08-31 14:20:23 UTC (rev 630) @@ -34,7 +34,7 @@ SConsignFile('.sconsign.'+GetPlatform()) # Figure out what version of CppDom we're using -CPPDOM_VERSION = sca_utils.getVersionFromHeader('CPPDOM', 'cppdom/version.h') +CPPDOM_VERSION = SConsAddons.Util.GetVersionFromHeader('CPPDOM', 'cppdom/version.h') cppdom_version_str = '%i.%i.%i' % CPPDOM_VERSION Export('CPPDOM_VERSION') print 'Building CppDom Version: %s' % cppdom_version_str This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |