From 02823288e67633dd3c7200315ba96bcd8678913c Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 12 Oct 2009 22:24:44 +0000 Subject: [PATCH] HAVE_ACTIVEX --- direct/src/plugin_activex/Sources.pp | 2 +- dtool/Config.pp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/direct/src/plugin_activex/Sources.pp b/direct/src/plugin_activex/Sources.pp index 0482e0d833..41e1f9a58f 100755 --- a/direct/src/plugin_activex/Sources.pp +++ b/direct/src/plugin_activex/Sources.pp @@ -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 diff --git a/dtool/Config.pp b/dtool/Config.pp index cc9ca6961f..7444551a8b 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -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.