diff options
author | Rahul Kumar <rahku@microsoft.com> | 2016-01-13 14:14:46 -0800 |
---|---|---|
committer | Rahul Kumar <rahku@microsoft.com> | 2016-01-22 16:14:41 -0800 |
commit | a095884c496bf77ff8d2b3f30a567a5cb448873b (patch) | |
tree | 2f19e983960752d9084e837fa2e7ccb4317b2f1d /src/tools | |
parent | 0227fbbc42c3df3bd3f9f1b905fe61a6caea1e32 (diff) | |
download | coreclr-a095884c496bf77ff8d2b3f30a567a5cb448873b.tar.gz coreclr-a095884c496bf77ff8d2b3f30a567a5cb448873b.tar.bz2 coreclr-a095884c496bf77ff8d2b3f30a567a5cb448873b.zip |
Use coreclr buildtools nuget package instead of compiling the tools used during build.
This only applies to windows build.
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt index 87c3eae90f..5443e0ddb6 100644 --- a/src/tools/CMakeLists.txt +++ b/src/tools/CMakeLists.txt @@ -1,6 +1 @@ add_subdirectory(crossgen) - -if(WIN32) - add_subdirectory(GenClrDebugResource) - add_subdirectory(InjectResource) -endif(WIN32) |