mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Missed out something
This commit is contained in:
parent
d2dcfa6c2c
commit
2c8b09af9a
@ -726,6 +726,9 @@ def SdkLocateMSPlatform():
|
||||
if (platsdk == 0):
|
||||
platsdk=GetRegistryKey("SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows\\v6.1","InstallationFolder")
|
||||
|
||||
if (platsdk == 0 and os.path.isdir("C:\\Program Files\\Microsoft Visual Studio 8\\VC\\PlatformSDK")):
|
||||
platsdk = "C:\\Program Files\\Microsoft Visual Studio 8\\VC\\PlatformSDK\\"
|
||||
|
||||
if (platsdk != 0):
|
||||
SDK["MSPLATFORM"] = platsdk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user