diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-05-19 17:55:15 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-05-19 19:23:32 -0700 |
| commit | 8549a095a8707c2aa38e9ee1642bef2cf0a90d81 (patch) | |
| tree | 89bce8e76d8c1b64d2b67fb49c56b31fb219e88a /toolsrc | |
| parent | a739df905c129eb13d7060419a78f5a693974b63 (diff) | |
| download | vcpkg-8549a095a8707c2aa38e9ee1642bef2cf0a90d81.tar.gz vcpkg-8549a095a8707c2aa38e9ee1642bef2cf0a90d81.zip | |
Remove stray entries
Diffstat (limited to 'toolsrc')
| -rw-r--r-- | toolsrc/src/vcpkg/export.cpp | 2 | ||||
| -rw-r--r-- | toolsrc/vcpkg.sln | 2 |
2 files changed, 0 insertions, 4 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) diff --git a/toolsrc/vcpkg.sln b/toolsrc/vcpkg.sln index 8155e0882..9a998e214 100644 --- a/toolsrc/vcpkg.sln +++ b/toolsrc/vcpkg.sln @@ -14,11 +14,9 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{F5893B21-EA71-4432-84D6-5FB0E0461A2A}"
ProjectSection(SolutionItems) = preProject
..\scripts\bootstrap.ps1 = ..\scripts\bootstrap.ps1
- ..\scripts\fetchDependency.ps1 = ..\scripts\fetchDependency.ps1
..\scripts\get_triplet_environment.cmake = ..\scripts\get_triplet_environment.cmake
..\scripts\internalCI.ps1 = ..\scripts\internalCI.ps1
..\scripts\ports.cmake = ..\scripts\ports.cmake
- ..\scripts\SHA256Hash.ps1 = ..\scripts\SHA256Hash.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cmake", "cmake", "{A0122231-04D5-420B-81CA-7960946E5E65}"
|
