Browse Source

HAVE_ACTIVEX

David Rose 16 years ago
parent
commit
02823288e6
2 changed files with 3 additions and 1 deletions
  1. 1 1
      direct/src/plugin_activex/Sources.pp
  2. 2 0
      dtool/Config.pp

+ 1 - 1
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
 

+ 2 - 0
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.