mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
ea57ce30aa
commit
c99193c929
@ -90,3 +90,6 @@
|
|||||||
// Do we have <sys/soundcard.h> (and presumably a Linux-style audio
|
// Do we have <sys/soundcard.h> (and presumably a Linux-style audio
|
||||||
// interface)?
|
// interface)?
|
||||||
#define HAVE_SYS_SOUNDCARD_H
|
#define HAVE_SYS_SOUNDCARD_H
|
||||||
|
|
||||||
|
// Do we have RTTI (and <typeinfo>)?
|
||||||
|
#define HAVE_RTTI 1
|
||||||
|
@ -90,3 +90,6 @@
|
|||||||
// Do we have <sys/soundcard.h> (and presumably a Linux-style audio
|
// Do we have <sys/soundcard.h> (and presumably a Linux-style audio
|
||||||
// interface)?
|
// interface)?
|
||||||
#define HAVE_SYS_SOUNDCARD_H 1
|
#define HAVE_SYS_SOUNDCARD_H 1
|
||||||
|
|
||||||
|
// Do we have RTTI (and <typeinfo>)?
|
||||||
|
#define HAVE_RTTI 1
|
||||||
|
@ -91,6 +91,9 @@
|
|||||||
// interface)?
|
// interface)?
|
||||||
#define HAVE_SYS_SOUNDCARD_H
|
#define HAVE_SYS_SOUNDCARD_H
|
||||||
|
|
||||||
|
// Do we have RTTI (and <typeinfo>)?
|
||||||
|
#define HAVE_RTTI 1
|
||||||
|
|
||||||
// can Intel C++ build this directory successfully (if not, change CC to msvc)
|
// can Intel C++ build this directory successfully (if not, change CC to msvc)
|
||||||
#define NOT_INTEL_BUILDABLE false
|
#define NOT_INTEL_BUILDABLE false
|
||||||
|
|
||||||
|
@ -171,6 +171,9 @@ $[cdefine HAVE_DIRENT_H]
|
|||||||
interface)? */
|
interface)? */
|
||||||
$[cdefine HAVE_SYS_SOUNDCARD_H]
|
$[cdefine HAVE_SYS_SOUNDCARD_H]
|
||||||
|
|
||||||
|
/* Do we have RTTI (and <typeinfo>)? */
|
||||||
|
$[cdefine HAVE_RTTI]
|
||||||
|
|
||||||
#end dtool_config.h
|
#end dtool_config.h
|
||||||
|
|
||||||
#endif // BUILD_TYPE
|
#endif // BUILD_TYPE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user