2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00

MaxMain and MaxPlasmaLights now build and compile with VS2010 + 3dsm 2011

This commit is contained in:
2011-04-15 20:35:41 -04:00
parent a6939bb14f
commit 745d8c675f
32 changed files with 198 additions and 55 deletions

View File

@ -38,6 +38,12 @@ find_library(3dsm_MAXUTIL_LIBRARY maxutil
find_library(3dsm_MESH_LIBRARY mesh
PATHS "${3dsm_PATH}/maxsdk/lib")
find_library(3dsm_MENUS_LIBRARY menus
PATHS "${3dsm_PATH}/maxsdk/lib")
find_library(3dsm_MNMATH_LIBRARY mnmath
PATHS "${3dsm_PATH}/maxsdk/lib")
find_library(3dsm_PARAMBLK2_LIBRARY paramblk2
PATHS "${3dsm_PATH}/maxsdk/lib")
@ -52,6 +58,8 @@ set(3dsm_LIBRARIES
${3dsm_MAXSCRPT_LIBRARY}
${3dsm_MAXUTIL_LIBRARY}
${3dsm_MESH_LIBRARY}
${3dsm_MENUS_LIBRARY}
${3dsm_MNMATH_LIBRARY}
${3dsm_PARAMBLK2_LIBRARY}
)
@ -66,6 +74,8 @@ mark_as_advanced(
3dsm_MAXSCRPT_LIBRARY
3dsm_MAXUTIL_LIBRARY
3dsm_MESH_LIBRARY
3dsm_MENUS_LIBRARY
3dsm_MNMATH_LIBRARY
3dsm_PARAMBLK2_LIBRARY
)