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:
Vadim Zeitlin 2018-08-27 22:50:58 +02:00
parent 7a77d8d9e6
commit f40a39e666
2 changed files with 0 additions and 5 deletions

View File

@ -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
with the corresponding library. The following symbols are honoured:
- wxNO_ADV_LIB
- wxNO_AUI_LIB
- wxNO_HTML_LIB
- wxNO_MEDIA_LIB

View File

@ -200,10 +200,6 @@
#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)
#pragma comment(lib, wxTOOLKIT_LIB_NAME("html"))
#endif