]> git.saurik.com Git - wxWidgets.git/commitdiff
Added automatic linking of ribbon libraries when using MSVC.
authorPeter Cawley <corsix@corsix.org>
Tue, 22 Sep 2009 12:13:03 +0000 (12:13 +0000)
committerPeter Cawley <corsix@corsix.org>
Tue, 22 Sep 2009 12:13:03 +0000 (12:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/msvc/wx/setup.h

index d5c27517a6a9341c92daf2fc1c4875cf48594815..07932cdaeec24b42b7755b4a390e899c144e60f4 100644 (file)
     #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