X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9864ef3b5cf2e54d81a3e198b5e090e7d85da1a0..71696da09ee2e7a6c2cf12ac45537a084d168c47:/build/bakefiles/wxpresets/presets/wx_unix.bkl diff --git a/build/bakefiles/wxpresets/presets/wx_unix.bkl b/build/bakefiles/wxpresets/presets/wx_unix.bkl index f9a69b8815..77272f6a65 100644 --- a/build/bakefiles/wxpresets/presets/wx_unix.bkl +++ b/build/bakefiles/wxpresets/presets/wx_unix.bkl @@ -5,62 +5,217 @@ Presents for building wxWidgets applications using Autoconf or GNU toosets. See wx.bkl for platform-independent notes. -Usage: - Options WX_CPPFLAGS, WX_CFLAGS, WX_CXXFLAGS, WX_LIBS are defined. - - Format-specific notes: * autoconf: Beware that you have to use AM_OPTIONS_WXCONFIG and - AM_PATH_WXCONFIG in your configure.in! + AM_PATH_WXCONFIG in your configure.in to get at least the + WX_CPPFLAGS, WX_CFLAGS, WX_CXXFLAGS, WX_LIBS option values defined. + To detect the WX_* option values typically you also want to use + the AM_WXPRESETS_OPTIONS and AM_WXPRESETS_CHECKS macros + (see wxpresets.m4 for more info). --> + + - + + + + + + + + + + wx-config - - - - + + $(DOLLAR)(shell $(WX_CONFIG) --selected-config | sed -e 's/.*-\([0-9]*\)\.\([0-9]*\)$$/\1\2/') + + + + + + $(DOLLAR)(shell echo $(DOLLAR)(WX_VERSION) | cut -c1,1) + + + $(DOLLAR)(shell echo $(DOLLAR)(WX_VERSION) | cut -c2,2) + + + + + + --debug=no + --debug=yes + + + --unicode=no + --unicode=yes + + + --static=yes + --static=no + + + --toolkit=$(WX_PORT) + + + --version=$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR) + + + + $(WX_CONFIG_DEBUG_FLAG) $(WX_CONFIG_UNICODE_FLAG) $(WX_CONFIG_SHARED_FLAG) + $(WX_CONFIG_PORT_FLAG) $(WX_CONFIG_VERSION_FLAG) + + + `$(DOLLAR)(WX_CONFIG) --cflags $(WX_CONFIG_FLAGS)` + `$(DOLLAR)(WX_CONFIG) --cxxflags $(WX_CONFIG_FLAGS)` + `$(DOLLAR)(WX_CONFIG) --cppflags $(WX_CONFIG_FLAGS)` + `$(DOLLAR)(WX_CONFIG) --rescomp $(WX_CONFIG_FLAGS)` + + + + + all + + + @$(DOLLAR)(WX_CONFIG) $(WX_CONFIG_FLAGS) + + + - WX_CONFIG + WX_CONFIG WX_VERSION + + + + + + + base + `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs $(','.join(__liblist.split()))` + + + $(value) + + + Unknown wxWidgets library given in the wx-lib tag + + @@ -73,6 +228,25 @@ Format-specific notes: + + $(WX_RESCOMP) + - - - - $(WX_LIBS) - - -