Guide:2400 Source: Difference between revisions
Created page with "Requirements: We were there.rar (original release from 2019 containing 2012 beta code) Visual Studio 2005 Windows SDK 7.0A Platform SDK 6.0A is a hardcoded requirement in some headers, however Windows SDK 7.0A is specifically required for rpcsal.h, and would've been added post-i0 (April 2004). 1. Build 3rdparty/cryptopp for ReleaseLCTG and ReleaseSSELTCG 2. Build 3rdparty/zlibsrc for ReleaesLCTG and ReleaseSSELTCG 3. Build Utilities/StructParser for Release 4. Build li..." |
No edit summary |
||
Line 1: | Line 1: | ||
'''Volume 2 should be your preferred source!''' For posterity sake this page documents the original release. We do not advise trying to build on top of it. | |||
=== Requirements === | |||
We were there.rar: Contains the 2012 beta code. | |||
Visual Studio 2005: Professional edition is probably required. Didn’t confirm with Express. If it is, it might be a simple ATL/MFC related change to make. | |||
Windows SDK 7.0A: Specifically, Platform SDK 6.0A is a hardcoded requirement in some headers, however Windows SDK 7.0A is specifically required for some definitions from rpcsal.h. That means this change would've been added post-i0 (April 2004)! | |||
=== Build Order === | |||
1. Build 3rdparty/cryptopp for ReleaseLCTG and ReleaseSSELTCG | 1. Build 3rdparty/cryptopp for ReleaseLCTG and ReleaseSSELTCG | ||
2. Build 3rdparty/zlibsrc for ReleaesLCTG and ReleaseSSELTCG | 2. Build 3rdparty/zlibsrc for ReleaesLCTG and ReleaseSSELTCG | ||
3. Build Utilities/StructParser for Release | 3. Build Utilities/StructParser for Release | ||
4. Build libs/UtilitiesLib for Release/Opt Debug | 4. Build libs/UtilitiesLib for Release/Opt Debug | ||
5. Build MasterSolution for Release/Opt Debug | 5. Build MasterSolution for Release/Opt Debug |
Revision as of 18:14, 4 August 2024
Volume 2 should be your preferred source! For posterity sake this page documents the original release. We do not advise trying to build on top of it.
Requirements
We were there.rar: Contains the 2012 beta code.
Visual Studio 2005: Professional edition is probably required. Didn’t confirm with Express. If it is, it might be a simple ATL/MFC related change to make.
Windows SDK 7.0A: Specifically, Platform SDK 6.0A is a hardcoded requirement in some headers, however Windows SDK 7.0A is specifically required for some definitions from rpcsal.h. That means this change would've been added post-i0 (April 2004)!
Build Order
1. Build 3rdparty/cryptopp for ReleaseLCTG and ReleaseSSELTCG
2. Build 3rdparty/zlibsrc for ReleaesLCTG and ReleaseSSELTCG
3. Build Utilities/StructParser for Release
4. Build libs/UtilitiesLib for Release/Opt Debug
5. Build MasterSolution for Release/Opt Debug