diff options
author | Allen Winter <allen.winter@kdab.com> | 2014-08-17 10:29:31 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2014-08-17 10:29:31 -0400 |
commit | 15305333402f410eb41ac44740d7e12ddfb7a2c6 (patch) | |
tree | 8b48c4f854f289e64788f4223400ff23ae1c8d7a /Install.txt | |
parent | a103aa12c27fec06ca973aa948cb03779b3dc140 (diff) | |
download | libical-git-15305333402f410eb41ac44740d7e12ddfb7a2c6.tar.gz |
minor fixes for MSYS
Diffstat (limited to 'Install.txt')
-rw-r--r-- | Install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Install.txt b/Install.txt index 20581228..f0aba3ea 100644 --- a/Install.txt +++ b/Install.txt @@ -47,7 +47,7 @@ Building on Windows under Cygwin: Building on MSYS with mingw: % mkdir build % cd build -% cmake -G "MinGW Makefiles" .. +% cmake -G "MSYS Makefiles" .. % nmake % nmake install |