X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/508d12b2242e0d96c6fb5dc7d9c3ea2aac553603..a0d0799beb047cc10e154fbd1c4c635533d318ba:/build/update-setup-h diff --git a/build/update-setup-h b/build/update-setup-h index 894cd16112..c7f4ff1340 100755 --- a/build/update-setup-h +++ b/build/update-setup-h @@ -96,16 +96,19 @@ if [ ! -f wxwin.m4 ]; then exit 1 fi +update_common_setup_h include/wx/motif/setup0.h update_common_setup_h include/wx/msw/setup0.h update_common_setup_h include/wx/msw/wince/setup.h -update_common_setup_h include/wx/mac/setup0.h -update_common_setup_h include/wx/palmos/setup0.h +update_common_setup_h include/wx/osx/setup0.h update_common_setup_h include/wx/os2/setup0.h -update_common_setup_h include/wx/motif/setup0.h +update_common_setup_h include/wx/palmos/setup0.h +update_common_setup_h include/wx/univ/setup0.h update_common_setup_h setup.h.in update_msw_setup_h include/wx/msw/setup0.h update_msw_setup_h setup.h.in +update_single_setup_h wxUniv include/wx/univ/setup_inc.h include/wx/univ/setup0.h + exit $rc