Add USE_GDIPLUS option that will control (for the makefile builds) if

the gdiplus.lib library is added to the link, and whether
wxUSE_GRAPHICS_CONTEXT should be defined.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-05 22:45:17 +00:00
parent e88f652451
commit 2713e62971
11 changed files with 826 additions and 699 deletions

View File

@@ -94,6 +94,9 @@ USE_RTTI = 1
# Enable threading in compiled code. [0,1]
USE_THREADS = 1
# Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1]
USE_GDIPLUS = 0
# Is this official build by wxWidgets developers? [0,1]
OFFICIAL_BUILD = 0