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 fb8b9b12cb
This commit is contained in:
versat 2019-11-12 12:15:50 +01:00
parent 4398cf0dec
commit c04589faf3
1 changed files with 2 additions and 0 deletions

View File

@ -452,6 +452,8 @@ def get_libraries():
'libcurl': ['<curl/curl.h>'],
# 'libsigc++': ['<sigc++/'], <= enable after release of version 1.90
'lua': ['<lua.h>', '"lua.h"'],
# 'mfc': ['<afx.h>', '<afxwin.h>', '<afxext.h>'], <= enable after release of version 1.90
# 'microsoft_atl': ['<atlbase.h>'], <= enable after release of version 1.90
'microsoft_sal': ['<sal.h>'],
'motif': ['<X11/', '<Xm/'],
'nspr': ['<prtypes.h>', '"prtypes.h"'],