From bb6316d26d4c2a7435b06834c15e069f3c92bc5a Mon Sep 17 00:00:00 2001 From: meep-eep Date: Mon, 2 Oct 2006 02:03:50 +0000 Subject: [PATCH] Corrections, small improvements. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2446 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/INSTALL.msvc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sc2/INSTALL.msvc b/sc2/INSTALL.msvc index 8e3489425..5e87d54b7 100644 --- a/sc2/INSTALL.msvc +++ b/sc2/INSTALL.msvc @@ -106,7 +106,7 @@ packages. 5.1. Import the VC6 .dsp file: - Open C:\Build\sc2\src\msvc++\ and double-click on "UrQuanMasters.dsp". Visual C++ 2005 Express Edition will start. Confirm when it asks to - import the VC6 .dsp file. + convert the VC6 .dsp file. 5.2. Setup the additional include locations for the project: - Still in MSVC++, right click on 'UrQuanMasters' in the Solution Explorer, @@ -118,9 +118,9 @@ packages. - Add the paths to the "include" folders of all of the dependency libraries: - "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include" - - "C:\Build\oggvorbis-win32sdk-1.0.1\include" - "C:\Build\SDL-1.2.11\include" - "C:\Build\SDL_image-1.2.5\include" + - "C:\Build\oggvorbis-win32sdk-1.0.1\include" - "C:\Program Files\OpenAL 1.1 SDK\include" - "C:\Build\zlib-1.2.3\include" @@ -139,14 +139,14 @@ packages. - "C:\Build\zlib-1.2.3\lib" 5.4. Remove ignore of msvcrt.lib -- Still in the "Linker", "General" part of the project properties pages, - in the right part, select "Ignore Specific Library", and remove +- Still in the "Linker" part of the project properties pages, in the left + part of the screen, click on "Input". +- In the right part, select "Ignore Specific Library", and remove "msvcrt.lib" 5.5. Remove unnecessary dependencies -- Still in the "Linker" part of the project properties pages, in the left - part of the screen, click on "Input". -- In the right part, select "Additional Dependencies", then click on "..." +- Still in the "Linker", "Input" part of the project properties pages, + in the right part, select "Additional Dependencies", then click on "..." - Remove odbc32.lib and odbccp32.lib 5.6. Add user32.lib