helpbest is MSW-only and init.h was missing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-07 20:46:21 +00:00
parent c3b0c2c3dc
commit 36b72b47ad

View File

@@ -186,6 +186,7 @@
src/common/utilscmn.cpp
</set>
<set var="BASE_CMN_HDR">
wx/init.h
wx/arrimpl.cpp
wx/listimpl.cpp
wx/app.h
@@ -1040,6 +1041,7 @@
wx/msw/droptgt.h
wx/msw/oleutils.h
wx/msw/uuid.h
wx/msw/helpbest.h
</set>
@@ -1700,7 +1702,13 @@
<!-- wxHTML -->
<!-- ====================================================================== -->
<set var="HTML_SRC_PLATFORM">
<if cond="TOOLKIT=='MSW'">
src/msw/helpbest.cpp
</if>
</set>
<set var="HTML_SRC">
$(HTML_SRC_PLATFORM)
src/html/helpdata.cpp
src/html/helpfrm.cpp
src/html/helpctrl.cpp
@@ -1722,7 +1730,6 @@
src/html/m_style.cpp
src/html/htmprint.cpp
<!-- wxHTML users: -->
src/msw/helpbest.cpp
src/generic/htmllbox.cpp
</set>
<set var="HTML_HDR">
@@ -1741,7 +1748,6 @@
wx/html/m_templ.h
wx/html/winpars.h
<!-- wxHTML users: -->
wx/msw/helpbest.h
wx/htmllbox.h
</set>