Remove "adv" library from MSVS-specific header
Also stop documenting wxNO_ADV_LIB as it has no effect any more.
This commit is contained in:
parent
7a77d8d9e6
commit
f40a39e666
@ -219,7 +219,6 @@ desirable, for example because some of them were not built and this is where
|
|||||||
the symbols in this section can be helpful: defining them allows to not link
|
the symbols in this section can be helpful: defining them allows to not link
|
||||||
with the corresponding library. The following symbols are honoured:
|
with the corresponding library. The following symbols are honoured:
|
||||||
|
|
||||||
- wxNO_ADV_LIB
|
|
||||||
- wxNO_AUI_LIB
|
- wxNO_AUI_LIB
|
||||||
- wxNO_HTML_LIB
|
- wxNO_HTML_LIB
|
||||||
- wxNO_MEDIA_LIB
|
- wxNO_MEDIA_LIB
|
||||||
|
@ -200,10 +200,6 @@
|
|||||||
|
|
||||||
#pragma comment(lib, wxTOOLKIT_LIB_NAME("core"))
|
#pragma comment(lib, wxTOOLKIT_LIB_NAME("core"))
|
||||||
|
|
||||||
#ifndef wxNO_ADV_LIB
|
|
||||||
#pragma comment(lib, wxTOOLKIT_LIB_NAME("adv"))
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if wxUSE_HTML && !defined(wxNO_HTML_LIB)
|
#if wxUSE_HTML && !defined(wxNO_HTML_LIB)
|
||||||
#pragma comment(lib, wxTOOLKIT_LIB_NAME("html"))
|
#pragma comment(lib, wxTOOLKIT_LIB_NAME("html"))
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user