From 1d3c1c0a8bcf7b38e54e15e08a5741724572f399 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 26 Aug 2013 15:14:14 +0000 Subject: [PATCH] Add 'MFC' to OPTS when compiling plugin_activex --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 79088368dd..c713386eb1 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -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', '')