From cb86bbb5ca753af467764a0ee77df7c61df43f7b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 31 Aug 2008 17:14:17 +0000 Subject: [PATCH] update after wx/mac/setup.h rename to wx/osx/setup.h; also order files alphabetically git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/update-setup-h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/update-setup-h b/build/update-setup-h index f62a19dbec..c7f4ff1340 100755 --- a/build/update-setup-h +++ b/build/update-setup-h @@ -96,12 +96,12 @@ 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