wxhtml.rc not needed anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-03-26 21:25:30 +00:00
parent 090b9059ed
commit 0c874f87e5
3 changed files with 0 additions and 9 deletions

View File

@@ -13,4 +13,3 @@ FolderOpen ICON "bitmaps\\f_open.ico"
PgmCtrl BITMAP "bitmaps\\pgmctrl.bmp"
#include "wx/msw/wx.rc"
#include "wx/html/msw/wxhtml.rc"

View File

@@ -23,13 +23,6 @@ Have a look at docs/html/ directory where sample project files are stored.
You can use Tex2RTF to produce these files when generating HTML, if you set {\bf htmlWorkshopFiles} to {\bf true} in
your tex2rtf.ini file.
In order to use the controller in your application under Windows you must
have the following line in your .rc file:
\begin{verbatim}
#include "wx/html/msw/wxhtml.rc"
\end{verbatim}
\wxheading{Note}
It is strongly recommended to use preprocessed {\bf .hhp.cached} version of

View File

@@ -1,3 +1,2 @@
mondrian ICON "mondrian.ico"
#include "wx/msw/wx.rc"
#include "wx/html/msw/wxhtml.rc"