mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
HAVE_DIRECTD
This commit is contained in:
parent
e8e05146f6
commit
d881b4fdeb
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// This package presently only builds on Windows.
|
// This package presently only builds on Windows.
|
||||||
// We also require the network layer (queuedConnectionManager, etc.)
|
// We also require the network layer (queuedConnectionManager, etc.)
|
||||||
#define BUILD_DIRECTORY $[and $[WINDOWS_PLATFORM],$[HAVE_NET]]
|
#define BUILD_DIRECTORY $[and $[WINDOWS_PLATFORM],$[HAVE_NET],$[HAVE_DIRECTD]]
|
||||||
|
|
||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
directbase
|
directbase
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// This package presently only builds on Windows.
|
// This package presently only builds on Windows.
|
||||||
// We also require the network layer (queuedConnectionManager, etc.)
|
// We also require the network layer (queuedConnectionManager, etc.)
|
||||||
#define BUILD_DIRECTORY $[and $[WINDOWS_PLATFORM],$[HAVE_NET]]
|
#define BUILD_DIRECTORY $[and $[WINDOWS_PLATFORM],$[HAVE_NET],$[HAVE_DIRECTD]]
|
||||||
|
|
||||||
//#define LOCAL_LIBS \
|
//#define LOCAL_LIBS \
|
||||||
// directbase
|
// directbase
|
||||||
|
@ -303,6 +303,12 @@
|
|||||||
// Do you want to build the Renderman interface?
|
// Do you want to build the Renderman interface?
|
||||||
#define HAVE_RIB
|
#define HAVE_RIB
|
||||||
|
|
||||||
|
// Do you want to build the DirectD tools for starting Panda clients
|
||||||
|
// remotely? This only affects the direct tree. Enabling this may
|
||||||
|
// cause libdirect.dll to fail to load on Win98 clients.
|
||||||
|
#define HAVE_DIRECTD
|
||||||
|
|
||||||
|
|
||||||
// Is Mikmod installed? How should we run the libmikmod-config program?
|
// Is Mikmod installed? How should we run the libmikmod-config program?
|
||||||
#define MIKMOD_CONFIG libmikmod-config
|
#define MIKMOD_CONFIG libmikmod-config
|
||||||
#defer HAVE_MIKMOD $[bintest $[MIKMOD_CONFIG]]
|
#defer HAVE_MIKMOD $[bintest $[MIKMOD_CONFIG]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user