Added automatic linking of ribbon libraries when using MSVC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -127,6 +127,9 @@
|
|||||||
#if wxUSE_PROPGRID && !defined(wxNO_PROPGRID_LIB)
|
#if wxUSE_PROPGRID && !defined(wxNO_PROPGRID_LIB)
|
||||||
#pragma comment(lib, wxMSW_LIB_NAME("propgrid"))
|
#pragma comment(lib, wxMSW_LIB_NAME("propgrid"))
|
||||||
#endif
|
#endif
|
||||||
|
#if wxUSE_RIBBON && !defined(wxNO_RIBBON_LIB)
|
||||||
|
#pragma comment(lib, wxMSW_LIB_NAME("ribbon"))
|
||||||
|
#endif
|
||||||
#if wxUSE_RICHTEXT && !defined(wxNO_RICHTEXT_LIB)
|
#if wxUSE_RICHTEXT && !defined(wxNO_RICHTEXT_LIB)
|
||||||
#pragma comment(lib, wxMSW_LIB_NAME("richtext"))
|
#pragma comment(lib, wxMSW_LIB_NAME("richtext"))
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user