HAVE_ACTIVEX

This commit is contained in:
David Rose 2009-10-12 22:24:44 +00:00
parent b621721cf3
commit 02823288e6
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
// developing the plugin system itself. Define HAVE_P3D_PLUGIN in
// your Config.pp to build this directory.
#define BUILD_DIRECTORY $[and $[HAVE_P3D_PLUGIN],$[HAVE_TINYXML],$[WINDOWS_PLATFORM]]
#define BUILD_DIRECTORY $[and $[HAVE_P3D_PLUGIN],$[HAVE_TINYXML],$[WINDOWS_PLATFORM],$[HAVE_ACTIVEX]]
#define USE_PACKAGES tinyxml

View File

@ -756,6 +756,8 @@
#define NPAPI_LIBS
#define HAVE_NPAPI
#define HAVE_ACTIVEX $[WINDOWS_PLATFORM]
// 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.