aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-05-19 17:55:15 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-05-19 19:23:32 -0700
commit8549a095a8707c2aa38e9ee1642bef2cf0a90d81 (patch)
tree89bce8e76d8c1b64d2b67fb49c56b31fb219e88a /toolsrc/src
parenta739df905c129eb13d7060419a78f5a693974b63 (diff)
downloadvcpkg-8549a095a8707c2aa38e9ee1642bef2cf0a90d81.tar.gz
vcpkg-8549a095a8707c2aa38e9ee1642bef2cf0a90d81.zip
Remove stray entries
Diffstat (limited to 'toolsrc/src')
-rw-r--r--toolsrc/src/vcpkg/export.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg/export.cpp b/toolsrc/src/vcpkg/export.cpp
index b13140de2..c444cf3d0 100644
--- a/toolsrc/src/vcpkg/export.cpp
+++ b/toolsrc/src/vcpkg/export.cpp
@@ -226,8 +226,6 @@ namespace vcpkg::Export
{fs::path{"scripts"} / "buildsystems" / "msbuild" / "vcpkg.targets"},
{fs::path{"scripts"} / "buildsystems" / "vcpkg.cmake"},
{fs::path{"scripts"} / "cmake" / "vcpkg_get_windows_sdk.cmake"},
- {fs::path{"scripts"} / "getWindowsSDK.ps1"},
- {fs::path{"scripts"} / "VcpkgPowershellUtils.ps1"},
};
for (const fs::path& file : integration_files_relative_to_root)