Add 'MFC' to OPTS when compiling plugin_activex

This commit is contained in:
rdb 2013-08-26 15:14:14 +00:00
parent 42a9491133
commit 1d3c1c0a8b

View File

@ -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', '')