From 916095ba212b6c7f8bfe74e5e6e43cc034d0150f Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 29 Dec 2002 18:46:16 +0000 Subject: [PATCH] Tweaked the wording slightly for VC++ 5 compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/msw/install.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 2ed5cf9252..847cd4602a 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -81,12 +81,12 @@ Visual C++ compilation Please note that the VC++ 6.0 project files will work for VC++ .NET also, but you must open the .dsp files and not the .dsw files and in this case you will -need to manually build the other .dsp on which.wxWindows.dsp depends: jpeg, +need to manually build the other .dsp on which wxWindows.dsp depends: jpeg, png, regex, tiff and zlib. -Also note that you might make the project files work with VC++ 5 but you'll -need to edit them version in the .dsp file by hand before this is possible. - +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 and later): -- 2.45.2