Changes between Version 207 and Version 208 of BuildInstructions


Ignore:
Timestamp:
Jun 15, 2013, 12:44:03 AM (11 years ago)
Author:
historic_bruno
Comment:

Removes references to VC++ 2005

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v207 v208  
    4444
    4545'''Important notes:'''
    46  * Visual C++ 2012 is known to work, but updates may need to be applied first. Visual C++ 2005 support is currently broken and may be removed (see #1951).
     46 * Visual C++ 2012 is known to work, but updates may need to be applied first.
    4747 * Only 32-bit builds are supported (though they can be compiled and run on 64-bit Windows)
    4848 * It is recommended to set the '''`_NO_DEBUG_HEAP=1`''' environment variable, if running the game inside the Visual Studio debugger, as the debug heap will substantially slow the game even in release builds. This can be set in Windows where it will affect every Visual Studio project, or in the project itself (project Properties > Configuration Properties > Debugging > Environment).
     
    6161
    6262=== Setting up the build environment ===
    63 The game must be compiled with Microsoft Visual C++. If you already have Visual C++ 2005 or 2008 installed, make sure you have SP1 and then continue. Otherwise, you can get the free Express edition:
     63The game must be compiled with Microsoft Visual C++. If you already have Visual C++ 2008 installed, make sure you have SP1 and then continue. Otherwise, you can get the free Express edition:
    6464
    6565 * [http://www.microsoft.com/express/Downloads/#2010-Visual-CPP Visual C++ 2010 Express Edition] is recommended.
    6666 * Or download and install [http://www.microsoft.com/express/Downloads/#2008-Visual-CPP Visual C++ 2008 Express Edition].
    67  * If you have the old VC++ 2005 Express, you need to install the separate Platform SDK as described [http://social.msdn.microsoft.com/forums/en-US/Vsexpressvc/thread/c5c3afad-f4c6-4d27-b471-0291e099a742/ here] (steps 1-3) but note the SDK download link is broken, use [http://www.microsoft.com/en-us/download/details.aspx?id=14477 this one].
    6867
    6968The Visual Studio project/solution files are automatically generated from the source files:
    7069
    7170 * Run [source:/ps/trunk/build/workspaces/update-workspaces.bat build/workspaces/update-workspaces.bat].
    72  * Open `build/workspaces/vc2010/pyrogenesis.sln`. (Use the `vc2005` directory for VC++ 2005 or the `vc2008` directory for VC++ 2008. For VC++ 2012, open the `vc2010` solution and choose to upgrade the projects.)
     71 * Open `build/workspaces/vc2010/pyrogenesis.sln`. (Use the `vc2008` directory for VC++ 2008; use the `vc2010` solution for VC++ 2012 and choose to upgrade the projects.)
    7372
    7473=== Build configuration ===