X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5405b6b21e1cf69befd1241ebbbbe7da7b2413a..56bcdffdc3bd8a3021979b47728c1b04d04f5cf7:/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 f35e29cb5a..278aa06a63 100644 --- a/build/bakefiles/wxpresets/presets/wx_unix.bkl +++ b/build/bakefiles/wxpresets/presets/wx_unix.bkl @@ -67,7 +67,6 @@ Format-specific notes: of the WX_* options in wx.bkl --> - @@ -81,7 +80,7 @@ Format-specific notes: $(DOLLAR)(shell $(WX_CONFIG) --query-toolkit) - - $(DOLLAR)(shell $(WX_CONFIG) --query-debugtype | sed 's/debug/1/;s/release/0/') - - - $(DOLLAR)(shell $(WX_CONFIG) --query-version | sed -e 's/\([0-9]*\)\.\([0-9]*\)/\1\2/') @@ -148,14 +135,10 @@ Format-specific notes: a win32 makefile: i.e. a makefile where you can select the wanted wxWidgets build using the WX_* options. - The difference with win32 makefiles is that WX_DEBUG, WX_UNICODE and + The difference with win32 makefiles is that WX_PORT, WX_UNICODE and WX_SHARED options have a smart default value which is created using the installed wx-config or the wx-config given using WX_CONFIG option --> - - --debug=no - --debug=yes - --unicode=no --unicode=yes @@ -172,7 +155,7 @@ Format-specific notes: - $(WX_CONFIG_DEBUG_FLAG) $(WX_CONFIG_UNICODE_FLAG) $(WX_CONFIG_SHARED_FLAG) + $(WX_CONFIG_UNICODE_FLAG) $(WX_CONFIG_SHARED_FLAG) $(WX_CONFIG_PORT_FLAG) $(WX_CONFIG_VERSION_FLAG)