X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d51d7d2f9fed7111f6c3b78a8c912974a794f31..4301e38a459edc366aba62fbbaf8f7b4ed8effb6:/build/update-setup-h diff --git a/build/update-setup-h b/build/update-setup-h index 5939da9230..d5b6ea60fb 100755 --- a/build/update-setup-h +++ b/build/update-setup-h @@ -37,7 +37,7 @@ cat_common_options_for() if [ $1 = "setup.h.in" ]; then cmd="$cmd | sed -e '/^\/\//d' \ -e 's@ *//.*\$@@' \ - -e 's/#define wxUSE_\(.\+\) \+1/#define wxUSE\1 0/'" + -e 's/# *define \(.\+\) \+1 *\$/#define \1 0/'" fi eval $cmd @@ -52,7 +52,7 @@ update_single_setup_h() return 0 fi - echo -n "Updating $1..." + echo -n "Updating $1 ..." tmp=$i.$$.tmp sed -e '/^\/\* --- start common options --- \*\/$/q' $1 > $tmp && @@ -76,6 +76,7 @@ if [ ! -f wxwin.m4 ]; then fi update_single_setup_h include/wx/msw/setup0.h +update_single_setup_h include/wx/msw/wince/setup.h update_single_setup_h include/wx/mac/setup0.h update_single_setup_h setup.h.in