Set VCINSTALLDIR

This commit is contained in:
rdb 2009-07-20 11:43:52 +00:00
parent e0e3ede644
commit 5de0684daf

View File

@ -1014,6 +1014,7 @@ def SetupVisualStudioEnviron():
exit("Could not find Visual Studio install directory")
if ("MSPLATFORM" not in SDK):
exit("Could not find the Microsoft Platform SDK")
os.environ["VCINSTALLDIR"] = SDK["VISUALSTUDIO"] + "VC"
AddToPathEnv("PATH", SDK["VISUALSTUDIO"] + "VC\\bin")
AddToPathEnv("PATH", SDK["VISUALSTUDIO"] + "Common7\\IDE")
AddToPathEnv("INCLUDE", SDK["VISUALSTUDIO"] + "VC\\include")