Updating bakefiles to include wxWebKit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2004-05-22 18:21:43 +00:00
parent 5a2e3d8c47
commit 9a768b4503

View File

@@ -1649,6 +1649,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/generic/tabg.cpp src/generic/tabg.cpp
<!-- Unix files used by wxMac: --> <!-- Unix files used by wxMac: -->
src/unix/snglinst.cpp src/unix/snglinst.cpp
<!-- wxWebKit files -->
src/html/htmlctrl/webkit/webkit.mm
</set> </set>
<!-- Header files like wx/mac/foo.h which include wx/mac/carbon/foo.h --> <!-- Header files like wx/mac/foo.h which include wx/mac/carbon/foo.h -->
<set var="MAC_CMN_HDR" hints="files"> <set var="MAC_CMN_HDR" hints="files">
@@ -1825,6 +1827,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/generic/listctrl.h wx/generic/listctrl.h
wx/generic/statusbr.h wx/generic/statusbr.h
wx/generic/tabg.h wx/generic/tabg.h
<!-- wxWebKit headers -->
wx/html/webkit.h
</set> </set>