aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md2
-rw-r--r--windows-package/README.txt2
4 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 9a24df3a..1c932810 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ output.log
/build/
clazy.1
/dev-scripts/*.log
+clanglazy_export.h
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a2ed3656..e04bb23d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -237,4 +237,4 @@ target_link_libraries(clazy-standalone ClangLazy)
link_to_llvm(clazy-standalone "${CLAZY_STANDALONE_LLVM_LIBS}")
-install(FILES ${CMAKE_BINARY_DIR}/bin/clazy-standalone DESTINATION bin PERMISSIONS OWNER_WRITE OWNER_EXECUTE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_READ WORLD_EXECUTE)
+install(TARGETS clazy-standalone DESTINATION bin PERMISSIONS OWNER_WRITE OWNER_EXECUTE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_READ WORLD_EXECUTE)
diff --git a/README.md b/README.md
index 8e68b92a..99de944e 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ See troubleshooting section if you have problems.
### Pre-built msvc2015 clang and clazy binaries
-The easiest way is to download the binaries from <http://download.kde.org/stable/clazy/1.1/clazy_v1.1-msvc2015.zip.mirrorlist>. Unzip it somewhere, add bin to PATH and you're ready to go. Use clazy-cl.bat as a drop-in replacement for cl.exe.
+The easiest way is to download the binaries from <http://download.kde.org/stable/clazy/1.2/clazy_v1.2-msvc2015.zip.mirrorlist>. Unzip it somewhere, add bin to PATH and you're ready to go. Use clazy-cl.bat as a drop-in replacement for cl.exe.
If you really want to build clang and clazy yourself then read on, otherwise skip the building topic.
diff --git a/windows-package/README.txt b/windows-package/README.txt
index b3091bb0..c3696c96 100644
--- a/windows-package/README.txt
+++ b/windows-package/README.txt
@@ -1,5 +1,5 @@
This package distributes the clang compiler and a compiler plugin called clazy.
-clang and llvm were built from branch release_40 (llvm/6a630d742074be775ca242c52071f5dcc5538b5b and clang/a6a1d3f3aa6c1d0018d84c3d6c26a552075982ab).
+clang and llvm were built from branch release_40 (https://github.com/llvm-mirror/llvm.git f3d3277bb713bb8aced9a7ac2e9b05c52d2844ee and https://github.com/llvm-mirror/clang.git 3c8961bedc65c9a15cbe67a2ef385a0938f7cfef.
See LICENSE-LLVM.TXT for clang's license.
See LICENSE-CLAZY.txt for clazy's license.