mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
HAVE_ACTIVEX
This commit is contained in:
parent
b621721cf3
commit
02823288e6
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user