mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
Set VCINSTALLDIR
This commit is contained in:
parent
e0e3ede644
commit
5de0684daf
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user