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