Tweaked the wording slightly for VC++ 5 compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -79,11 +79,16 @@ compiler.
|
|||||||
Visual C++ 6.0 compilation
|
Visual C++ 6.0 compilation
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Please note that the VC++ 6.0 project files will work for
|
Please note that the VC++ 6.0 project files will work for VC++ .NET also, but
|
||||||
VC++ .NET also, but you must open the .dsp files and not the .dsw
|
you must open the .dsp files and not the .dsw files and in this case you will
|
||||||
files.
|
need to manually build the other .dsp on which wxWindows.dsp depends: jpeg,
|
||||||
|
png, regex, tiff and zlib.
|
||||||
|
|
||||||
Using project files (VC++ 6 only):
|
Also note that you can make the project files work with VC++ 5.0 but you'll
|
||||||
|
need to edit .dsp file by hand before this is possible (change the version in
|
||||||
|
the .dsp file header from 6.0 to 5.0).
|
||||||
|
|
||||||
|
Using project files (VC++ 6.0 and later):
|
||||||
|
|
||||||
1. Unarchive wxWindows-x.y.z-vc.zip, the VC++ 6 project
|
1. Unarchive wxWindows-x.y.z-vc.zip, the VC++ 6 project
|
||||||
makefiles (already included in wxMSW-x.y.z.zip and the setup version).
|
makefiles (already included in wxMSW-x.y.z.zip and the setup version).
|
||||||
|
Reference in New Issue
Block a user