mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Add 'MFC' to OPTS when compiling plugin_activex
This commit is contained in:
parent
42a9491133
commit
1d3c1c0a8b
@ -4556,7 +4556,7 @@ if (RUNTIME and PkgSkip("NPAPI")==0):
|
||||
#
|
||||
|
||||
if (RUNTIME and GetTarget() == 'windows'):
|
||||
OPTS=['DIR:direct/src/plugin_activex', 'RUNTIME', 'ACTIVEX']
|
||||
OPTS=['DIR:direct/src/plugin_activex', 'RUNTIME', 'ACTIVEX', 'MFC']
|
||||
DefSymbol('ACTIVEX', '_USRDLL', '')
|
||||
DefSymbol('ACTIVEX', '_WINDLL', '')
|
||||
DefSymbol('ACTIVEX', '_AFXDLL', '')
|
||||
|
Loading…
x
Reference in New Issue
Block a user