From e7a96246fad8369954e9052d0f133298621f0ef3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 13 Feb 2003 11:17:57 +0000 Subject: [PATCH] marked dbkeyg.h as a wxBase file (fixes 685857) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/copybase.bat | 1 + distrib/msw/tmake/filelist.txt | 2 +- docs/changes.txt | 7 +++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/distrib/msw/copybase.bat b/distrib/msw/copybase.bat index 45c8b76ed7..27b86d800b 100755 --- a/distrib/msw/copybase.bat +++ b/distrib/msw/copybase.bat @@ -193,6 +193,7 @@ copy /q include\wx\datetime.h %DEST%\include\wx\datetime.h copy /q include\wx\datetime.inl %DEST%\include\wx\datetime.inl copy /q include\wx\datstrm.h %DEST%\include\wx\datstrm.h copy /q include\wx\db.h %DEST%\include\wx\db.h +copy /q include\wx\dbkeyg.h %DEST%\include\wx\dbkeyg.h copy /q include\wx\dbtable.h %DEST%\include\wx\dbtable.h copy /q include\wx\dde.h %DEST%\include\wx\dde.h copy /q include\wx\debug.h %DEST%\include\wx\debug.h diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index dded0ba3f6..b780c1ed96 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -843,7 +843,7 @@ gdiobj.h WXH geometry.h WXH gifdecod.h WXH xpmdecod.h WXH -dbkeyg.h WXH +dbkeyg.h WXH Base glcanvas.h WXH grid.h WXH gsocket.h WXH Base diff --git a/docs/changes.txt b/docs/changes.txt index 7934ce203b..e81be5fbcf 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -170,6 +170,13 @@ wxThread and related classes: OTHER CHANGES ============= +2.4.1 +----- + +wxBase + +- compilation with wxUSE_ODBC=1 fixed (dbkeyg.h file was missing in the archive) + 2.4.0.2 -------