Add support for stc library.

Closes #11025.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-07-25 22:26:06 +00:00
parent 7705c44f29
commit ad73320555

View File

@@ -130,6 +130,10 @@
#if wxUSE_MEDIACTRL && !defined(wxNO_MEDIA_LIB) #if wxUSE_MEDIACTRL && !defined(wxNO_MEDIA_LIB)
#pragma comment(lib, wxMSW_LIB_NAME("media")) #pragma comment(lib, wxMSW_LIB_NAME("media"))
#endif #endif
#if wxUSE_STC && !defined(wxNO_STC_LIB)
#pragma comment(lib, wxMSW_LIB_NAME("stc"))
#pragma comment(lib, wx3RD_PARTY_LIB_NAME("scintilla"))
#endif
#endif // wxUSE_GUI #endif // wxUSE_GUI
#else #else
#error "This file should only be included when using Microsoft Visual C++" #error "This file should only be included when using Microsoft Visual C++"