25 lines
655 B
ObjectPascal
25 lines
655 B
ObjectPascal
#define BUILD_DIRECTORY $[HAVE_MAYA]
|
|
|
|
#begin ss_lib_target
|
|
#define USE_PACKAGES maya
|
|
#define TARGET mayabase
|
|
#define LOCAL_LIBS \
|
|
converter pandatoolbase
|
|
#define OTHER_LIBS \
|
|
putil:c panda:m \
|
|
express:c pandaexpress:m \
|
|
dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m \
|
|
pipeline:c interrogatedb:c
|
|
|
|
#define SOURCES \
|
|
config_maya.cxx config_maya.h \
|
|
mayaApi.cxx mayaApi.h \
|
|
mayaShader.cxx mayaShader.h \
|
|
mayaShaderColorDef.cxx mayaShaderColorDef.h \
|
|
mayaShaders.cxx mayaShaders.h \
|
|
maya_funcs.I maya_funcs.cxx maya_funcs.h \
|
|
post_maya_include.h pre_maya_include.h
|
|
|
|
#end ss_lib_target
|
|
|