HAVE_DIRECTD

This commit is contained in:
David Rose 2002-08-24 15:01:15 +00:00
parent e8e05146f6
commit d881b4fdeb
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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]]