]> git.saurik.com Git - wxWidgets.git/blobdiff - build/update-setup-h
manage wx/mac/setup0.h using build/update-setup.h too
[wxWidgets.git] / build / update-setup-h
index 43a16326915dd26eb24a0c01a1f98b031bcd19d9..39c854ae0b967ada2542005feb3aa44483009298 100755 (executable)
@@ -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: