diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-14 17:09:07 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-14 17:09:07 +0300 |
commit | 35f11ebe154950a66ed9d791b4886bc554de5115 (patch) | |
tree | c289fa5e0a831d0c28adf35551adb1d4748ee463 | |
parent | link the runtime statically on MinGW, not GCC (diff) | |
download | privilege-check-35f11ebe154950a66ed9d791b4886bc554de5115.tar.gz privilege-check-35f11ebe154950a66ed9d791b4886bc554de5115.zip |
README update
A .rc compiler needs to be specified when using MinGW-w64.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ Another example, using Cygwin + MinGW-w64 + `make` (again, targetting x86-64): > cmake -G "Unix Makefiles" \ -D CMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ + -D CMAKE_RC_COMPILER=x86_64-w64-mingw32-windres -D CMAKE_BUILD_TYPE=Release \ /cygdrive/d/workspace/personal/privilege-test ... |