]> git.saurik.com Git - wxWidgets.git/commitdiff
Add support for stc library.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Jul 2009 22:26:06 +0000 (22:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Jul 2009 22:26:06 +0000 (22:26 +0000)
Closes #11025.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/msvc/wx/setup.h

index 3dfe0eea0ae9a2f471f71ff557b78006bc61632c..0f0206dd6ece198cc38afa243c8453121be54880 100644 (file)
         #if wxUSE_MEDIACTRL && !defined(wxNO_MEDIA_LIB)
             #pragma comment(lib, wxMSW_LIB_NAME("media"))
         #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
 #else
     #error "This file should only be included when using Microsoft Visual C++"