- #if wxUSE_GUI
- #if wxUSE_XML && !defined(wxNO_EXPAT_LIB)
- #pragma comment(lib, wx3RD_PARTY_LIB_NAME("expat"))
- #endif
- #if wxUSE_LIBJPEG && !defined(wxNO_JPEG_LIB)
- #pragma comment(lib, wx3RD_PARTY_LIB_NAME("jpeg"))
- #endif
- #if wxUSE_LIBPNG && !defined(wxNO_PNG_LIB)
- #pragma comment(lib, wx3RD_PARTY_LIB_NAME("png"))
- #endif
- #if wxUSE_LIBTIFF && !defined(wxNO_TIFF_LIB)
- #pragma comment(lib, wx3RD_PARTY_LIB_NAME("tiff"))
- #endif
- #if wxUSE_ZLIB && !defined(wxNO_ZLIB_LIB)
- #pragma comment(lib, wx3RD_PARTY_LIB_NAME("zlib"))
- #endif
-
- #pragma comment(lib, wxMSW_LIB_NAME("core"))
-
- #ifndef wxNO_ADV_LIB
- #pragma comment(lib, wxMSW_LIB_NAME("adv"))
- #endif
-
- #ifndef wxNO_HTML_LIB
- #pragma comment(lib, wxMSW_LIB_NAME("html"))
- #endif
- #if wxUSE_GLCANVAS && !defined(wxNO_GL_LIB)
- #pragma comment(lib, wxMSW_LIB_NAME("gl"))
- #endif
- #if wxUSE_DEBUGREPORT && !defined(wxNO_QA_LIB)
- #pragma comment(lib, wxMSW_LIB_NAME("qa"))
- #endif
- #if wxUSE_XRC && !defined(wxNO_XRC_LIB)
- #pragma comment(lib, wxMSW_LIB_NAME("xrc"))
- #endif
- #if wxUSE_AUI && !defined(wxNO_AUI_LIB)
- #pragma comment(lib, wxMSW_LIB_NAME("aui"))
- #endif
- #if wxUSE_PROPGRID && !defined(wxNO_PROPGRID_LIB)
- #pragma comment(lib, wxMSW_LIB_NAME("propgrid"))
- #endif
- #if wxUSE_RICHTEXT && !defined(wxNO_RICHTEXT_LIB)
- #pragma comment(lib, wxMSW_LIB_NAME("richtext"))
- #endif
- #if wxUSE_MEDIACTRL && !defined(wxNO_MEDIA_LIB)
- #pragma comment(lib, wxMSW_LIB_NAME("media"))
- #endif
- #if wxUSE_STC && !defined(wxNO_STC_LIB)
- #pragma comment(lib, wxMSW_LIB_NAME("stc"))
- #pragma comment(lib, wx3RD_PARTY_LIB_NAME("scintilla"))
- #endif
- #endif // wxUSE_GUI
-#else
- #error "This file should only be included when using Microsoft Visual C++"
-#endif