mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Add FCollada
This commit is contained in:
parent
1154fb7daa
commit
9a8652252a
@ -146,6 +146,11 @@
|
|||||||
#else
|
#else
|
||||||
#print - Did not find OpenMaya
|
#print - Did not find OpenMaya
|
||||||
#endif
|
#endif
|
||||||
|
#if $[HAVE_FCOLLADA]
|
||||||
|
#print + FCollada
|
||||||
|
#else
|
||||||
|
#print - Did not find FCollada
|
||||||
|
#endif
|
||||||
|
|
||||||
#print
|
#print
|
||||||
#if $[and $[HAVE_INTERROGATE],$[HAVE_PYTHON]]
|
#if $[and $[HAVE_INTERROGATE],$[HAVE_PYTHON]]
|
||||||
@ -204,6 +209,9 @@ $[cdefine MAYA_PRE_5_0]
|
|||||||
/* Define if we have SoftImage available. */
|
/* Define if we have SoftImage available. */
|
||||||
$[cdefine HAVE_SOFTIMAGE]
|
$[cdefine HAVE_SOFTIMAGE]
|
||||||
|
|
||||||
|
/* Define if we have FCollada available. */
|
||||||
|
$[cdefine HAVE_FCOLLADA]
|
||||||
|
|
||||||
/* Define if we have OpenSSL installed. */
|
/* Define if we have OpenSSL installed. */
|
||||||
$[cdefine HAVE_OPENSSL]
|
$[cdefine HAVE_OPENSSL]
|
||||||
$[cdefine OPENSSL_097]
|
$[cdefine OPENSSL_097]
|
||||||
|
@ -272,6 +272,10 @@
|
|||||||
#set SOFTIMAGE_LOCATION $[unixfilename $[SOFTIMAGE_LOCATION]]
|
#set SOFTIMAGE_LOCATION $[unixfilename $[SOFTIMAGE_LOCATION]]
|
||||||
#set HAVE_SOFTIMAGE $[HAVE_SOFTIMAGE]
|
#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.
|
// Now infer a few more variables based on what was defined.
|
||||||
#if $[and $[HAVE_GTK],$[PKG_CONFIG]]
|
#if $[and $[HAVE_GTK],$[PKG_CONFIG]]
|
||||||
|
@ -365,6 +365,12 @@
|
|||||||
#define chromium_libs $[CHROMIUM_LIBS]
|
#define chromium_libs $[CHROMIUM_LIBS]
|
||||||
#endif
|
#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
|
// We define these two variables true here in the global scope; a
|
||||||
// particular Sources.pp file can redefine these to be false to
|
// particular Sources.pp file can redefine these to be false to
|
||||||
// prevent a particular directory or target from being built in
|
// prevent a particular directory or target from being built in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user