From c04589faf39764f906f7f7911cdab575be9a0bdb Mon Sep 17 00:00:00 2001 From: versat Date: Tue, 12 Nov 2019 12:15:50 +0100 Subject: [PATCH] donate_cpu_lib.py: Prepare using new configs mfc.cfg, microsoft_atl.cfg This will especially improve analysis of Windows projects like TortoiseSVN which has been added with fb8b9b12cb70dc04718fc31ae382e909604d6284 --- tools/donate_cpu_lib.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/donate_cpu_lib.py b/tools/donate_cpu_lib.py index 5399e6c16..61e2653a9 100644 --- a/tools/donate_cpu_lib.py +++ b/tools/donate_cpu_lib.py @@ -452,6 +452,8 @@ def get_libraries(): 'libcurl': [''], # 'libsigc++': ['', '"lua.h"'], + # 'mfc': ['', '', ''], <= enable after release of version 1.90 + # 'microsoft_atl': [''], <= enable after release of version 1.90 'microsoft_sal': [''], 'motif': ['', '"prtypes.h"'],