]> git.saurik.com Git - wxWidgets.git/commit - build/msw/makefile.wat
Use correct wxDEBUG_LEVEL value when building wxscintilla library.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Nov 2010 01:22:17 +0000 (01:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Nov 2010 01:22:17 +0000 (01:22 +0000)
commit1907df9d5bbf3fad9f6bf40d286d697bf475197f
tree64ee0cae6f9c3b91879d9d17d6106e50a87d2fa7
parent02c9115ba801f8ee22649331fb46a46241c2846a
Use correct wxDEBUG_LEVEL value when building wxscintilla library.

wxScintilla code uses wxVector<> which brings in wxDEBUG_LEVEL-dependent code
so we must use the wxDEBUG_LEVEL value consistent with the rest of the library
when building it.

Simply pass wxDEBUG_LEVEL definition on the compiler command line if it's
different from the default.

Closes #12626.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Makefile.in
build/bakefiles/scintilla.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat