From: Peter Cawley Date: Tue, 22 Sep 2009 12:13:03 +0000 (+0000) Subject: Added automatic linking of ribbon libraries when using MSVC. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/77749ea963ec6696d04780861baffacc8b775af5?hp=ec2d6790e96921e031555eac66bb924b0eb6c1a0 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 --- diff --git a/include/msvc/wx/setup.h b/include/msvc/wx/setup.h index d5c27517a6..07932cdaee 100644 --- a/include/msvc/wx/setup.h +++ b/include/msvc/wx/setup.h @@ -127,6 +127,9 @@ #if wxUSE_PROPGRID && !defined(wxNO_PROPGRID_LIB) #pragma comment(lib, wxMSW_LIB_NAME("propgrid")) #endif + #if wxUSE_RIBBON && !defined(wxNO_RIBBON_LIB) + #pragma comment(lib, wxMSW_LIB_NAME("ribbon")) + #endif #if wxUSE_RICHTEXT && !defined(wxNO_RICHTEXT_LIB) #pragma comment(lib, wxMSW_LIB_NAME("richtext")) #endif