28 lines
748 B
ObjectPascal
28 lines
748 B
ObjectPascal
#define BUILD_DIRECTORY $[HAVE_MAYA]
|
|
|
|
#begin ss_lib_target
|
|
#define USE_PACKAGES maya
|
|
#define TARGET mayaegg
|
|
#define LOCAL_LIBS \
|
|
maya converter pandatoolbase
|
|
#define OTHER_LIBS \
|
|
egg:c pandaegg:m \
|
|
linmath:c putil:c panda:m \
|
|
express:c pandaexpress:m \
|
|
dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m pystub
|
|
|
|
#define UNIX_SYS_LIBS \
|
|
m
|
|
|
|
#define SOURCES \
|
|
config_mayaegg.cxx config_mayaegg.h \
|
|
mayaEggGroupUserData.cxx mayaEggGroupUserData.I mayaEggGroupUserData.h \
|
|
mayaEggLoader.cxx mayaEggLoader.h \
|
|
mayaBlendDesc.cxx mayaBlendDesc.h \
|
|
mayaNodeDesc.cxx mayaNodeDesc.h \
|
|
mayaNodeTree.cxx mayaNodeTree.h \
|
|
mayaToEggConverter.cxx mayaToEggConverter.h
|
|
|
|
#end ss_lib_target
|
|
|