]> git.saurik.com Git - wxWidgets.git/blobdiff - build/update-setup-h
Applied patch for correct feedback from DND
[wxWidgets.git] / build / update-setup-h
index 43a16326915dd26eb24a0c01a1f98b031bcd19d9..711c4bbaa765e68c88df86414c392f9d4b02a502 100755 (executable)
@@ -38,9 +38,11 @@ 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
+update_single_setup_h setup.h.in
+sed -i -e '/^\/\//d' -e 's@ *//.*$@@' setup.h.in
 
 exit $rc
+