From 77749ea963ec6696d04780861baffacc8b775af5 Mon Sep 17 00:00:00 2001 From: Peter Cawley Date: Tue, 22 Sep 2009 12:13:03 +0000 Subject: [PATCH] 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 --- include/msvc/wx/setup.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/msvc/wx/setup.h b/include/msvc/wx/setup.h index d5c2751..07932cd 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 -- 2.7.4