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
This commit is contained in:
Julian Smart
2002-09-12 13:48:23 +00:00
parent b2da87c316
commit 629724b6b8
3 changed files with 3 additions and 2 deletions

View File

@@ -1479,7 +1479,7 @@ helphtml.h GenericH
imaglist.h GenericH imaglist.h GenericH
laywin.h GenericH laywin.h GenericH
listctrl.h GenericH NotWin32 listctrl.h GenericH NotWin32
mdig.cpp GenericH NotWin32,NotGTK,NotOS2,NotMac mdig.h GenericH NotWin32,NotGTK,NotOS2,NotMac
msgdlgg.h GenericH msgdlgg.h GenericH
notebook.h GenericH notebook.h GenericH
paletteg.h GenericH NotMSW,NotX,NotX11,NotOS2 paletteg.h GenericH NotMSW,NotX,NotX11,NotOS2

View File

@@ -16,6 +16,7 @@ MINGW32=1
# Set to the version you have # Set to the version you have
MINGW32VERSION=2.95 MINGW32VERSION=2.95
#MINGW32VERSION=3.0
# If building DLL, the version # If building DLL, the version
WXVERSION=233 WXVERSION=233

View File

@@ -571,7 +571,7 @@ ALL_HEADERS = \
generic/imaglist.h \ generic/imaglist.h \
generic/laywin.h \ generic/laywin.h \
generic/listctrl.h \ generic/listctrl.h \
generic/mdig.cpp \ generic/mdig.h \
generic/msgdlgg.h \ generic/msgdlgg.h \
generic/notebook.h \ generic/notebook.h \
generic/paletteg.h \ generic/paletteg.h \