From: <al...@us...> - 2006-07-23 23:01:12
|
Revision: 532 Author: allenb Date: 2006-07-23 16:01:10 -0700 (Sun, 23 Jul 2006) ViewCVS: http://svn.sourceforge.net/xml-cppdom/?rev=532&view=rev Log Message: ----------- Begin to use VariantHelper. Modified Paths: -------------- trunk/SConstruct Modified: trunk/SConstruct =================================================================== --- trunk/SConstruct 2006-07-23 21:23:14 UTC (rev 531) +++ trunk/SConstruct 2006-07-23 23:01:10 UTC (rev 532) @@ -97,6 +97,9 @@ common_env = Environment(ENV = os.environ) registerConfigBuilder(common_env) +variant_helper = sca_variants.VariantsHelper() + + # Variant setup (get defaults) default_types = ["debug","optimized"] if GetPlatform() == "win32": This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |