]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected typo that prevented mdig.h being copied
authorJulian Smart <julian@anthemion.co.uk>
Thu, 12 Sep 2002 13:48:23 +0000 (13:48 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 12 Sep 2002 13:48:23 +0000 (13:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/filelist.txt
src/makeg95.env
src/x11/files.lst

index e23715c42fc212464a67c5e8f98d9fbf6c4b17c5..c5a50e246c96978bdb5dd049b31c817bced6eaad 100644 (file)
@@ -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
index ed0e3144c3943954dbea4c1082a32f96b5a7a8d5..46c9254159c4e74d00c4097fecb5412a9eb00c31 100644 (file)
@@ -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
index c02cac0985d593de531bf84664b33d597ab91ae3..b9d094794122b470683e42fb769c11cb36cd3720 100644 (file)
@@ -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 \