projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update wxWebView guards to stop backend compilation when wxUSE_WEBVIEW is 0.
[wxWidgets.git]
/
build
/
update-setup-h
diff --git
a/build/update-setup-h
b/build/update-setup-h
index 894cd1611226d442266b8d92bc27cb42f555b7be..c7f4ff1340b3561df7ed553f8ef68b1d5347fcc3 100755
(executable)
--- a/
build/update-setup-h
+++ b/
build/update-setup-h
@@
-96,16
+96,19
@@
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/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_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