From: Julian Smart Date: Wed, 27 Oct 1999 16:18:22 +0000 (+0000) Subject: Small changes to peripheral files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/733dac47604d9f7c90be2397edc153434e1b3f58 Small changes to peripheral files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/zipdist.bat b/distrib/msw/zipdist.bat index e3363e1c8b..9e6c68bdb1 100755 --- a/distrib/msw/zipdist.bat +++ b/distrib/msw/zipdist.bat @@ -97,15 +97,13 @@ unzip32 -o ..\wx200gen.zip unzip32 -o ..\wx200vc.zip unzip32 -o ..\wx200bc.zip unzip32 -o ..\wx200hlp.zip +Rem Need Word file, for Remstar DB classes +unzip32 -o ..\wx200wrd.zip unzip32 -o ..\glcanvas.zip unzip32 -o ..\treedraw.zip unzip32 -o ..\ogl3.zip unzip32 -o ..\jpeg.zip -rem unzip32 -o ..\wx200doc.zip -rem unzip32 -o ..\wx200bc.zip -rem unzip32 -o ..\wx200cw.zip - rem Now delete a few files that are unnecessary erase /Y *.in *.spec *.guess *.sub mkinstalldirs modules install-sh *.sh erase /SY Makefile.in diff --git a/docs/msw/install.txt b/docs/msw/install.txt index f5fafc6817..64eb490cc7 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -2,32 +2,11 @@ Installing wxWindows 2.1 ------------------------ -[Notes from Robert Roebling for snapshot 8] - -This is a not-so-well tested snapshot release of wxWindows 2.1 for +This is a snapshot release of wxWindows 2.1 for Microsoft Windows 95, 98 and NT. This is not a production release, although a huge number of bugs found in wxWindows 2.0 have been fixed. -There have not been major changes in the way to build the library, -although the creation of the various makefiles has been automatized. -I myself use the GNU MingGW32 compiler from - - http://www.cygnus.com - -using the GNU make program from - - http://agnes.dida.physik.uni-essen.de/~janjaap/mingw32 - -and I have not tested any other compiler, but other developers use -the makefiles for Borland C++, MS-Visual C++ 5.0 and 6.0 and probably -Metrowerks C++. - -Expect problems. - -Installing wxWindows 2.0 ------------------------- - IMPORTANT NOTE: If you experience problems installing, please re-read this instructions and other related files (todo.txt, bugs.txt etc.) carefully before mailing wxwin-users or diff --git a/docs/readme.txt b/docs/readme.txt index 89d7f72af9..616cda1de0 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -1,5 +1,5 @@ -wxWindows 2.1 -------------- +wxWindows 2.1.10 +---------------- Welcome to wxWindows 2, a sophisticated cross-platform C++ framework for writing advanced GUI applications using (where @@ -23,13 +23,17 @@ Changes in this release These are the major improvements: -wxWindows 2.1 -============= +wxWindows 2.1.10 +================ +- Numerous bug fixes and consistency improvements. +- Further samples. +- Factoring out of some code into base classes, for easier + maintenance. - Integration of wxHTML widget and help controller into wxWindows. wxHTML allows HTML viewing and printing. - New classes wxChrono, wxDialUpManager, wxFontEnumerator, - TODO + wxWizard, etc. - wxSocket and wxThread classes rewritten. - Documentation improvements. @@ -41,6 +45,8 @@ wxWindows 2 currently supports the following platforms: - Windows 3.1, Windows 95/98, Windows NT - Most Unix variants with Motif/Lesstif - Most Unix variants with GTK+ +- Mac (not covered here: please see the wxWindows web site + for details) Most popular C++ compilers are supported; see the release notes (available via docs/html/index.htm) for details. @@ -92,7 +98,12 @@ wxWindows for Motif distribution wxMotif-2.x.x.tgz wxMotif source distribution. You will need the HTML and/or PDF documentation - from the zip set (above). + -- OR -- from the zip set (above). + +wx200gen.zip +wx200msw.zip +wx200mot.zip +jpeg.zip wxWindows for Windows distribution ---------------------------------- @@ -109,11 +120,6 @@ As well as the core source, the Windows setup contains: setup.exe Setup file (Windows 95/98, NT) setup.* Other setup files -wxWindows for Mac distribution ------------------------------- - -TODO - Installation ------------ diff --git a/src/wxvc.dsp b/src/wxvc.dsp index 7a021d35c6..c50bb47991 100644 --- a/src/wxvc.dsp +++ b/src/wxvc.dsp @@ -284,6 +284,10 @@ SOURCE=.\common\memory.cpp # End Source File # Begin Source File +SOURCE=.\common\menucmn.cpp +# End Source File +# Begin Source File + SOURCE=.\common\mimetype.cpp # End Source File # Begin Source File diff --git a/src/wxvc6.dsp b/src/wxvc6.dsp index 294fd1e5f4..900daddad3 100644 --- a/src/wxvc6.dsp +++ b/src/wxvc6.dsp @@ -290,6 +290,10 @@ SOURCE=.\common\memory.cpp # End Source File # Begin Source File +SOURCE=.\common\menucmn.cpp +# End Source File +# Begin Source File + SOURCE=.\common\mimetype.cpp # End Source File # Begin Source File diff --git a/src/wxvc_dll.dsp b/src/wxvc_dll.dsp index 8dd7b4f536..9469d61e9e 100644 --- a/src/wxvc_dll.dsp +++ b/src/wxvc_dll.dsp @@ -292,6 +292,10 @@ SOURCE=.\common\memory.cpp # End Source File # Begin Source File +SOURCE=.\common\menucmn.cpp +# End Source File +# Begin Source File + SOURCE=.\common\mimetype.cpp # End Source File # Begin Source File