From efefa4f8005ad93e5792d3c210825f4b34f34381 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 13 Aug 2003 12:56:44 +0000 Subject: [PATCH] don't forget to build all projects in the workspace git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/msw/install.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 4144cee..bdc1dcc 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -129,9 +129,10 @@ Using project files (VC++ 6 and later): compilation or DLL compilation, and each of these available in Unicode/ANSI, Debug/Release and wxUniversal or native variations. Normally you'll use a static linking ANSI configuration. - Choose the Win32 Debug or Win32 Release configuration for the wxWindows - project, and compile. Alternatively, use Batch Build to build more than - one configuration. It will also produce similar variations on jpeg.lib, + Choose the Win32 Debug or Win32 Release configuration (or any other that + suits your needs) and use Batch Build to compile _all_ projects. If you + know you want need some of the libraries (i.e. html part), you don't have + to compile it. It will also produce similar variations on jpeg.lib, png.lib, tiff.lib, zlib.lib, and regex.lib. 3. Open a sample project file, choose a configuration such as Win32 Debug using Build | Set Active Configuration..., and compile. -- 2.7.4