mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
(hopefully) fix compile error with Maya on VC 2010
This commit is contained in:
parent
c0d78d57d4
commit
9f3fb48abf
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user