X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/18cea8715ac7467515bb9df95a5b565023956a2c..d7e0343413296e8719386abbcb55ecbc4dceba36:/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 e6fca52769..cd9bddb8d4 100644
--- a/build/bakefiles/wxpresets/presets/wx_unix.bkl
+++ b/build/bakefiles/wxpresets/presets/wx_unix.bkl
@@ -8,12 +8,14 @@ See wx.bkl for platform-independent notes.
Format-specific notes:
* autoconf:
- Beware that you have to use AM_OPTIONS_WXCONFIG and
- AM_PATH_WXCONFIG in your configure.in to get at least the
+ Beware that you have to use WX_CONFIG_OPTIONS and
+ WX_CONFIG_CHECK 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).
+ the WX_STANDARD_OPTIONS, WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS,
+ WX_CONFIG_CHECK and finally WX_DETECT_STANDARD_OPTION_VALUES macros
+ (see wxwin.m4 for more info).
-->
@@ -185,14 +187,16 @@ Format-specific notes:
that simply creating the following target; if it fails the make
program will halt with the wx-config error message...
-->
-
- all
+
+
+ all
-
- @$(DOLLAR)(WX_CONFIG) $(WX_CONFIG_FLAGS)
-
+
+ @$(DOLLAR)(WX_CONFIG) $(WX_CONFIG_FLAGS)
+
+
-
WX_CONFIG WX_VERSION
@@ -203,9 +207,9 @@ Format-specific notes:
+ $(__liblist) should contain the full list of required wxlibs... -->
base
- `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs $(','.join(__liblist.split()))`
+ `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs $(','.join(__liblist.split()))`
$(value)