mirror of
https://github.com/TTimo/doom3.gpl.git
synced 2026-03-19 08:29:26 +01:00
Looked into getting the source compiled with MSVC 2010 express and it doesn't look like that's possible.
Some version of the MFC headers can be obtained from the platform SDK, but the 32 bit MFC libraries are not included, so even if you get it compiling it won't link. References: http://msdn.microsoft.com/en-us/library/ms235516.aspx http://social.msdn.microsoft.com/Forums/en-US/windowssdk/thread/0df55a14-71a9-45ae-9d10-a37a4d17f908 http://www.microsoft.com/download/en/details.aspx?id=6510
This commit is contained in:
@@ -34,7 +34,9 @@ Compiling on win32:
|
||||
-------------------
|
||||
|
||||
A project file for Microsoft Visual Studio 2010 is provided in neo\doom.sln
|
||||
We expect the solution file is compatible with the Express releases
|
||||
|
||||
Unfortunately, Microsoft Visual Studio 2010 Express Edition (e.g. the free release)
|
||||
will not be able to successfully compile the source, because 32 bit MFC is required.
|
||||
|
||||
You will need the Microsoft DirectX SDK installed as well.
|
||||
If it does not reside in "C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)"
|
||||
|
||||
Reference in New Issue
Block a user