change scons default to be visual studio 2013
This commit is contained in:
@@ -125,7 +125,7 @@ else:
|
|||||||
B.quickie=[]
|
B.quickie=[]
|
||||||
|
|
||||||
toolset = B.arguments.get('BF_TOOLSET', None)
|
toolset = B.arguments.get('BF_TOOLSET', None)
|
||||||
vcver = B.arguments.get('MSVS_VERSION', '9.0')
|
vcver = B.arguments.get('MSVS_VERSION', '12.0')
|
||||||
|
|
||||||
if toolset:
|
if toolset:
|
||||||
print "Using " + toolset
|
print "Using " + toolset
|
||||||
|
Reference in New Issue
Block a user