Add --selected_config option for reporting to secondary build configration.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
05036fe062
commit
6758d3d3a3
@ -17,7 +17,7 @@
|
||||
# Licence: wxWindows licence
|
||||
############################################################################
|
||||
|
||||
# Extra^2 debug mode, for if things ever get really wierd.
|
||||
# Extra^2 debug mode, for if things ever get really weird.
|
||||
[ -z "$WXDEBUG_X" ] || set -x
|
||||
|
||||
# We expect a posix shell, so if this is a Bourne shell,
|
||||
@ -145,7 +145,7 @@ wxconfig_input_options="prefix exec_prefix utility $wxconfig_schema"
|
||||
wxconfig_yesno_options="universal unicode debug static"
|
||||
|
||||
# Boolean options that do something or not.
|
||||
wxconfig_flag_options="$wxconfig_yesno_options no_rpath inplace"
|
||||
wxconfig_flag_options="$wxconfig_yesno_options selected_config no_rpath inplace"
|
||||
|
||||
|
||||
|
||||
@ -884,6 +884,7 @@ bindir="@bindir@"
|
||||
[ -z "$output_option_cc" ] || echo "@CC@"
|
||||
[ -z "$output_option_cxx" ] || echo "@CXX@"
|
||||
[ -z "$output_option_ld" ] || echo "@EXE_LINKER@"
|
||||
[ -z "$flag_option_selected_config" ] || echo "$this_config"
|
||||
|
||||
|
||||
# The rest are going to need a little more work.
|
||||
|
Loading…
Reference in New Issue
Block a user