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:
parent
4398cf0dec
commit
c04589faf3
|
@ -452,6 +452,8 @@ def get_libraries():
|
||||||
'libcurl': ['<curl/curl.h>'],
|
'libcurl': ['<curl/curl.h>'],
|
||||||
# 'libsigc++': ['<sigc++/'], <= enable after release of version 1.90
|
# 'libsigc++': ['<sigc++/'], <= enable after release of version 1.90
|
||||||
'lua': ['<lua.h>', '"lua.h"'],
|
'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>'],
|
'microsoft_sal': ['<sal.h>'],
|
||||||
'motif': ['<X11/', '<Xm/'],
|
'motif': ['<X11/', '<Xm/'],
|
||||||
'nspr': ['<prtypes.h>', '"prtypes.h"'],
|
'nspr': ['<prtypes.h>', '"prtypes.h"'],
|
||||||
|
|
Loading…
Reference in New Issue