mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-22 20:51:20 +00:00
README: Use MinGW as an example for Win64 builds
The tree contains MSVC specific asm which won't compile with a MSVC 64bit compiler.
This commit is contained in:
parent
b23e73dea7
commit
2d4c18173d
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ There are two subfolder:
|
|||
Issue the appropriate command from the build folder, for example:
|
||||
|
||||
cmake -G "Visual Studio 10" -DDHEWM3LIBS=/path/to/dhewm3-libs/i686-w64-mingw32 /path/to/repository/neo
|
||||
cmake -G "Visual Studio 10 Win64" -DDHEWM3LIBS=/path/to/dhewm3-libs/x86_64-w64-mingw32 /path/to/repository/neo
|
||||
cmake -G "MinGW Makefiles" -DDHEWM3LIBS=/path/to/dhewm3-libs/x86_64-w64-mingw32 /path/to/repository/neo
|
||||
|
||||
The binaries are compatible with mingw-w64 and all MSVC versions.
|
||||
|
||||
|
|
Loading…
Reference in a new issue