From: Julian Smart Date: Thu, 12 Sep 2002 13:48:23 +0000 (+0000) Subject: Corrected typo that prevented mdig.h being copied X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/629724b6b8cd41d2ecfd81b3a7bd61b41aa904b8 Corrected typo that prevented mdig.h being copied git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index e23715c42f..c5a50e246c 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -1479,7 +1479,7 @@ helphtml.h GenericH imaglist.h GenericH laywin.h GenericH listctrl.h GenericH NotWin32 -mdig.cpp GenericH NotWin32,NotGTK,NotOS2,NotMac +mdig.h GenericH NotWin32,NotGTK,NotOS2,NotMac msgdlgg.h GenericH notebook.h GenericH paletteg.h GenericH NotMSW,NotX,NotX11,NotOS2 diff --git a/src/makeg95.env b/src/makeg95.env index ed0e3144c3..46c9254159 100644 --- a/src/makeg95.env +++ b/src/makeg95.env @@ -16,6 +16,7 @@ MINGW32=1 # Set to the version you have MINGW32VERSION=2.95 +#MINGW32VERSION=3.0 # If building DLL, the version WXVERSION=233 diff --git a/src/x11/files.lst b/src/x11/files.lst index c02cac0985..b9d0947941 100644 --- a/src/x11/files.lst +++ b/src/x11/files.lst @@ -571,7 +571,7 @@ ALL_HEADERS = \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ - generic/mdig.cpp \ + generic/mdig.h \ generic/msgdlgg.h \ generic/notebook.h \ generic/paletteg.h \