Add FCollada

This commit is contained in:
rdb 2008-12-22 07:19:43 +00:00
parent 1154fb7daa
commit 9a8652252a
3 changed files with 18 additions and 0 deletions

View File

@ -146,6 +146,11 @@
#else
#print - Did not find OpenMaya
#endif
#if $[HAVE_FCOLLADA]
#print + FCollada
#else
#print - Did not find FCollada
#endif
#print
#if $[and $[HAVE_INTERROGATE],$[HAVE_PYTHON]]
@ -204,6 +209,9 @@ $[cdefine MAYA_PRE_5_0]
/* Define if we have SoftImage available. */
$[cdefine HAVE_SOFTIMAGE]
/* Define if we have FCollada available. */
$[cdefine HAVE_FCOLLADA]
/* Define if we have OpenSSL installed. */
$[cdefine HAVE_OPENSSL]
$[cdefine OPENSSL_097]

View File

@ -272,6 +272,10 @@
#set SOFTIMAGE_LOCATION $[unixfilename $[SOFTIMAGE_LOCATION]]
#set HAVE_SOFTIMAGE $[HAVE_SOFTIMAGE]
#set FCOLLADA_IPATH $[unixfilename $[FCOLLADA_IPATH]]
#set FCOLLADA_LPATH $[unixfilename $[FCOLLADA_LPATH]]
#set FCOLLADA_LIBS $[FCOLLADA_LIBS]
#set HAVE_FCOLLADA $[HAVE_FCOLLADA]
// Now infer a few more variables based on what was defined.
#if $[and $[HAVE_GTK],$[PKG_CONFIG]]

View File

@ -365,6 +365,12 @@
#define chromium_libs $[CHROMIUM_LIBS]
#endif
#if $[HAVE_FCOLLADA]
#define fcollada_ipath $[wildcard $[FCOLLADA_IPATH]]
#define fcollada_lpath $[wildcard $[FCOLLADA_LPATH]]
#define fcollada_libs $[FCOLLADA_LIBS]
#endif
// We define these two variables true here in the global scope; a
// particular Sources.pp file can redefine these to be false to
// prevent a particular directory or target from being built in