From: <pat...@us...> - 2007-06-26 18:17:20
|
Revision: 605 http://svn.sourceforge.net/xml-cppdom/?rev=605&view=rev Author: patrickh Date: 2007-06-26 11:17:23 -0700 (Tue, 26 Jun 2007) Log Message: ----------- Print the Visual Studio version being used to help users verify that they will get the binaries that they expect. Modified Paths: -------------- trunk/SConstruct Modified: trunk/SConstruct =================================================================== --- trunk/SConstruct 2007-06-26 16:44:12 UTC (rev 604) +++ trunk/SConstruct 2007-06-26 18:17:23 UTC (rev 605) @@ -61,6 +61,7 @@ common_env = Environment(MSVS_VERSION = ARGUMENTS["MSVS_VERSION"]) else: common_env = Environment() + print "Using MSVS version", common_env["MSVS"]["VERSION"] else: common_env = Environment(ENV = os.environ) SConsAddons.Builders.registerSubstBuilder(common_env) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |