Define XML_STATIC for Expat build to fix linking of Windows DLLs.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Jul 2013 13:58:33 +0000 (13:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Jul 2013 13:58:33 +0000 (13:58 +0000)
commit23cebdf4f537c6336085608fa9d40fde949cd77e
tree905b6a4ade7a99e315d3296eb3b555166c7a7ffb
parent704c084ad7e5778db9902abf9cae953832a6ec14
Define XML_STATIC for Expat build to fix linking of Windows DLLs.

The new Expat assumes it's built as a DLL by default, define XML_STATIC to
indicate that this is not the case as we always build it as a static library.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/expat.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_vc7_wxexpat.vcproj
build/msw/wx_vc8_wxexpat.vcproj
build/msw/wx_vc9_wxexpat.vcproj
build/msw/wx_wxexpat.dsp