From fac2666314a63b763df2c8f91277e104d89f7428 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 18 Mar 2000 20:11:10 +0000 Subject: [PATCH] Added def files for making OpenGL DLLs (Mingw32); added comment to wxHTML format doc; added OpenGL libs to makeg95.env git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/msw.rsp | 1 + docs/html/news.htm | 13 +++++++++++++ docs/install.txt | 2 +- docs/latex/wx/htmlhlpf.tex | 2 ++ docs/msw/install.txt | 18 ++++++++++++++++++ include/wx/msw/setup0.h | 3 --- src/makeg95.env | 2 +- src/msw/makefile.vc | 11 +++++++++++ src/wxvc_dll.dsp | 4 ++-- 9 files changed, 49 insertions(+), 7 deletions(-) diff --git a/distrib/msw/msw.rsp b/distrib/msw/msw.rsp index a4ee94bc95..7676207376 100644 --- a/distrib/msw/msw.rsp +++ b/distrib/msw/msw.rsp @@ -79,6 +79,7 @@ include/wx/msw/*.h include/wx/msw/*.rc include/wx/msw/ctl3d/*.h include/wx/msw/gnuwin32/*.h +include/wx/msw/gnuwin32/*.def include/wx/msw/ole/*.h include/wx/msw/*.cur include/wx/msw/*.ico diff --git a/docs/html/news.htm b/docs/html/news.htm index 4753c1131f..ed9a244fa1 100644 --- a/docs/html/news.htm +++ b/docs/html/news.htm @@ -18,6 +18,19 @@ News +

March 19th, 2000

+ +

+

January 14th, 2000