(hopefully) fix compile error with Maya on VC 2010

This commit is contained in:
rdb 2013-08-26 17:29:47 +00:00
parent c0d78d57d4
commit 9f3fb48abf

View File

@ -453,6 +453,7 @@ if (COMPILER == "MSVC"):
if (pkg[:4]=="MAYA"):
IncDirectory(pkg, SDK[pkg] + "/include")
DefSymbol(pkg, "MAYAVERSION", pkg)
DefSymbol(pkg, "MLIBRARY_DONTUSE_MFC_MANIFEST", "")
elif (pkg[:3]=="MAX"):
IncDirectory(pkg, SDK[pkg] + "/include")
IncDirectory(pkg, SDK[pkg] + "/include/CS")