From 02ebaa88e91a198535d16ac5e42cd5b70cee787c Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Sat, 24 Nov 2007 06:08:04 +0000 Subject: [PATCH] fixed max sdk reference --- doc/makepanda/makepandacore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/makepanda/makepandacore.py b/doc/makepanda/makepandacore.py index b1888c091d..ed432c13af 100644 --- a/doc/makepanda/makepandacore.py +++ b/doc/makepanda/makepandacore.py @@ -677,7 +677,7 @@ def SdkLocateMax(): for version,key1,key2,subdir in MAXVERSIONINFO: if (PkgSkip(version)==0): if (SDK.has_key(version)==0): - ddir = "sdks/"+version.lower() + ddir = "sdks/maxsdk"+version.lower()[3:] if (os.path.isdir(ddir)): SDK[version] = ddir SDK[version+"CS"] = ddir