X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3fb26cf22906da9163ba13d55644342aa3df7c8b..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/msvc/wx/setup.h?ds=sidebyside diff --git a/include/msvc/wx/setup.h b/include/msvc/wx/setup.h index 136fe6bbaa..3dfe0eea0a 100644 --- a/include/msvc/wx/setup.h +++ b/include/msvc/wx/setup.h @@ -121,6 +121,9 @@ #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