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:
dhewg 2012-01-14 20:50:12 +01:00
parent b23e73dea7
commit 2d4c18173d

View file

@ -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.