X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff3a660baab816adde07823ec02311040f9ed596..8d8f077eab8aa66186bce7e75e5484b032e97652:/build/update-setup-h diff --git a/build/update-setup-h b/build/update-setup-h index 43a1632691..39c854ae0b 100755 --- a/build/update-setup-h +++ b/build/update-setup-h @@ -38,9 +38,12 @@ if [ ! -f wxwin.m4 ]; then fi update_single_setup_h include/wx/msw/setup0.h +update_single_setup_h include/wx/mac/setup0.h # get rid of C++ comments in this file #update_single_setup_h setup.h.in #sed -i -e '/^\/\//d' -e 's@ *//.*$@@' setup.h.in exit $rc + +# vi: set ft=sh: