Skip to content

Commit

Permalink
First init
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Industriez committed Jul 8, 2023
0 parents commit 134497a
Show file tree
Hide file tree
Showing 4,121 changed files with 1,279,004 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1,053 changes: 1,053 additions & 0 deletions AMD64_ProjectFiles_VS2005/Cry3DEngine/Cry3DEngine.vcproj

Large diffs are not rendered by default.

790 changes: 790 additions & 0 deletions AMD64_ProjectFiles_VS2005/CryAISystem/CryAISystem.vcproj

Large diffs are not rendered by default.

1,330 changes: 1,330 additions & 0 deletions AMD64_ProjectFiles_VS2005/CryAnimation/CryAnimation.vcproj

Large diffs are not rendered by default.

592 changes: 592 additions & 0 deletions AMD64_ProjectFiles_VS2005/CryCommon/CryCommon.vcproj

Large diffs are not rendered by default.

705 changes: 705 additions & 0 deletions AMD64_ProjectFiles_VS2005/CryEntitySystem/CryEntitySystem.vcproj

Large diffs are not rendered by default.

770 changes: 770 additions & 0 deletions AMD64_ProjectFiles_VS2005/CryFont/CryFont.vcproj

Large diffs are not rendered by default.

1,422 changes: 1,422 additions & 0 deletions AMD64_ProjectFiles_VS2005/CryGame/CryGame.vcproj

Large diffs are not rendered by default.

687 changes: 687 additions & 0 deletions AMD64_ProjectFiles_VS2005/CryInput/CryInput.vcproj

Large diffs are not rendered by default.

805 changes: 805 additions & 0 deletions AMD64_ProjectFiles_VS2005/CryMovie/CryMovie.vcproj

Large diffs are not rendered by default.

1,062 changes: 1,062 additions & 0 deletions AMD64_ProjectFiles_VS2005/CryNetwork/CryNetwork.vcproj

Large diffs are not rendered by default.

905 changes: 905 additions & 0 deletions AMD64_ProjectFiles_VS2005/CryPhysics/CryPhysics.vcproj

Large diffs are not rendered by default.

2,225 changes: 2,225 additions & 0 deletions AMD64_ProjectFiles_VS2005/CryScriptSystem/CryScriptSystem.vcproj

Large diffs are not rendered by default.

858 changes: 858 additions & 0 deletions AMD64_ProjectFiles_VS2005/CrySoundSystem/CrySoundSystem.vcproj

Large diffs are not rendered by default.

2,186 changes: 2,186 additions & 0 deletions AMD64_ProjectFiles_VS2005/CrySystem/CrySystem.vcproj

Large diffs are not rendered by default.

4,981 changes: 4,981 additions & 0 deletions AMD64_ProjectFiles_VS2005/Editor/Editor.vcproj

Large diffs are not rendered by default.

607 changes: 607 additions & 0 deletions AMD64_ProjectFiles_VS2005/FARCRY/FarCry.vcproj

Large diffs are not rendered by default.

600 changes: 600 additions & 0 deletions AMD64_ProjectFiles_VS2005/FarCry_WinSV/FarCry_WinSV.vcproj

Large diffs are not rendered by default.

543 changes: 543 additions & 0 deletions AMD64_ProjectFiles_VS2005/Game01.sln

Large diffs are not rendered by default.

2,468 changes: 2,468 additions & 0 deletions AMD64_ProjectFiles_VS2005/RenderDll/XRenderD3D9/XRenderD3D9.vcproj

Large diffs are not rendered by default.

1,194 changes: 1,194 additions & 0 deletions AMD64_ProjectFiles_VS2005/RenderDll/XRenderNULL/XRenderNULL.vcproj

Large diffs are not rendered by default.

1,624 changes: 1,624 additions & 0 deletions AMD64_ProjectFiles_VS2005/RenderDll/XRenderOGL/XRenderOGL.vcproj

Large diffs are not rendered by default.

744 changes: 744 additions & 0 deletions AMD64_ProjectFiles_VS2005/ResourceCompiler/ResourceCompiler.vcproj

Large diffs are not rendered by default.

924 changes: 924 additions & 0 deletions AMD64_ProjectFiles_VS2005/ResourceCompilerPC/ResourceCompilerPC.vcproj

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions BuildAMD64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
How to build AMD64 version (WinXP-64 bit)
-----------------------------------------

These steps are necessary to build FC for the retail of WinXP-64 using VS 2005 beta 2.With the final release of VS 2005 this should be somewhat easier (first two step could be omitted). Feel free to ask for help if you have problems setting up the build environment (CarstenW).

1) Install latest Platform SDK (was 1289 at the time of we built FC 1.32 v1385)

2) Merge "Visual Studio 7.1 64 SDK" into it, replacing the old MS STL & MFC (7.1 64-bit, instead of 8.0 coming with the PSDK). Otherwise you get editor crash due to passing of containers over DLL boundaries). The XT lib in the project was build to use MFC 7.1 (64-bit). Or see item 6)

3) Copy over the project files from "AMD64_ProjectFiles_VS2005". These are VS 2005 compiliant and have proper settings to build all projects (working around some compiler/optimizer issues)

4) PGO settings for 3D engine & DX9 renderer are set to PGO optimize. See properties->linker->command line. Switch to instrument/update when doing a manual PGO step or you want to update release binaries with previously gathered profile data; or turn them off for debugging)

5) Don't try to build the OpenGL, it's deprecated.

6) Source code FMOD version 3.74, XT Lib, and PSDK 1289 with merged 7.1 runtime libs (including STL & MFC) is kept under ## TBD ##. Code for CompressATI3.dll is in Perforce.

For the PSDK there's a develop64_w.bat file you can use to launch the IDE which sets up the include/lib/exe directories (adjust as you see fit).
Loading

0 comments on commit 134497a

Please sign in to comment.