mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
don't try to build activex on Win64
This commit is contained in:
parent
f8601ef179
commit
da430735ad
@ -4,7 +4,7 @@
|
|||||||
// developing the plugin system itself. Define HAVE_P3D_PLUGIN in
|
// developing the plugin system itself. Define HAVE_P3D_PLUGIN in
|
||||||
// your Config.pp to build this directory.
|
// your Config.pp to build this directory.
|
||||||
|
|
||||||
#define BUILD_DIRECTORY $[and $[HAVE_P3D_PLUGIN],$[WINDOWS_PLATFORM],$[HAVE_ACTIVEX]]
|
#define BUILD_DIRECTORY $[and $[HAVE_P3D_PLUGIN],$[WINDOWS_PLATFORM],$[HAVE_ACTIVEX],$[not $[eq $[USE_COMPILER],MSVC9x64]]]
|
||||||
|
|
||||||
#define _MT $[if $[P3D_PLUGIN_MT],_mt]
|
#define _MT $[if $[P3D_PLUGIN_MT],_mt]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user