mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -04:00
*** empty log message ***
This commit is contained in:
parent
0f2496a467
commit
ca581b9334
@ -107,6 +107,11 @@
|
||||
#define ZLIB_INCLUDE
|
||||
#define ZLIB_LIB
|
||||
|
||||
// Is the sox libst library installed, and where?
|
||||
#define HAVE_SOXST 1
|
||||
#define SOXST_INCLUDE
|
||||
#define SOXST_LIB
|
||||
|
||||
// Is OpenGL installed, and where?
|
||||
#define HAVE_GL 1
|
||||
#define GL_INCLUDE
|
||||
|
@ -79,6 +79,13 @@ $[define] HAVE_ZLIB 1
|
||||
$[undef] HAVE_ZLIB
|
||||
#endif
|
||||
|
||||
/* Define if we have sox libst installed. */
|
||||
#if $[HAVE_SOXST]
|
||||
$[define] HAVE_SOXST 1
|
||||
#else
|
||||
$[undef] HAVE_SOXST
|
||||
#endif
|
||||
|
||||
/* Define if we have OpenGL installed and want to build for GL. */
|
||||
#if $[HAVE_GL]
|
||||
$[define] HAVE_GL 1
|
||||
|
@ -107,6 +107,11 @@
|
||||
#define ZLIB_INCLUDE
|
||||
#define ZLIB_LIB
|
||||
|
||||
// Is the sox libst library installed, and where?
|
||||
#define HAVE_SOXST 1
|
||||
#define SOXST_INCLUDE
|
||||
#define SOXST_LIB
|
||||
|
||||
// Is OpenGL installed, and where?
|
||||
#define HAVE_GL 1
|
||||
#define GL_INCLUDE
|
||||
|
@ -53,7 +53,9 @@
|
||||
vec4DataTransition.h vectorDataAttribute.I vectorDataAttribute.h \
|
||||
vectorDataTransition.I vectorDataTransition.h
|
||||
|
||||
#define IGATESCAN all
|
||||
#define IGATESCAN \
|
||||
dataNode.cxx dataRelation.cxx \
|
||||
dataGraphTraversal.cxx
|
||||
|
||||
#end lib_target
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user