|
From: <pat...@us...> - 2010-09-04 16:53:12
|
Revision: 661
http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=661&view=rev
Author: patrickh
Date: 2010-09-04 16:53:06 +0000 (Sat, 04 Sep 2010)
Log Message:
-----------
Fixed the Windows build when using SCons 1.3.0.
Submitted by: Ryan Pavlik
Modified Paths:
--------------
branches/1.0/SConstruct
Modified: branches/1.0/SConstruct
===================================================================
--- branches/1.0/SConstruct 2010-07-23 23:11:39 UTC (rev 660)
+++ branches/1.0/SConstruct 2010-09-04 16:53:06 UTC (rev 661)
@@ -49,6 +49,7 @@
common_env = Environment(MSVS_VERSION = ARGUMENTS["MSVS_VERSION"])
else:
common_env = Environment()
+ common_env["MSVS"] = {"VERSION" : common_env["MSVS_VERSION"]}
print "Using MSVS version", common_env["MSVS"]["VERSION"]
else:
common_env = Environment(ENV = os.environ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|