Sfoglia il codice sorgente

Add 'MFC' to OPTS when compiling plugin_activex

rdb 12 anni fa
parent
commit
1d3c1c0a8b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
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', '')