Small changes to peripheral files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
------------
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user