]> git.saurik.com Git - wxWidgets.git/blobdiff - build/update-setup-h
Turkish translations update from Kaya Zeren.
[wxWidgets.git] / build / update-setup-h
index 894cd1611226d442266b8d92bc27cb42f555b7be..c158194a477f948943b711ca356ac54ba58529fa 100755 (executable)
@@ -96,16 +96,18 @@ if [ ! -f wxwin.m4 ]; then
     exit 1
 fi
 
     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/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/os2/setup0.h
-update_common_setup_h include/wx/motif/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_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
 
 exit $rc