X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88e14c09a706b3920295b3dbff67bcdd8ca929e9..a61b8ecbbae89c1e624438116ef94d2a13d6836c:/build/update-setup-h diff --git a/build/update-setup-h b/build/update-setup-h index 399e910427..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