mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
Remove stray entries
This commit is contained in:
parent
a739df905c
commit
8549a095a8
@ -14,7 +14,6 @@ function findExistingImportModuleDirectives([Parameter(Mandatory=$true)][string]
|
|||||||
}
|
}
|
||||||
|
|
||||||
$scriptsDir = split-path -parent $script:MyInvocation.MyCommand.Definition
|
$scriptsDir = split-path -parent $script:MyInvocation.MyCommand.Definition
|
||||||
. "$scriptsDir\VcpkgPowershellUtils.ps1"
|
|
||||||
|
|
||||||
$profileEntry = "Import-Module '$scriptsDir\posh-vcpkg'"
|
$profileEntry = "Import-Module '$scriptsDir\posh-vcpkg'"
|
||||||
$profilePath = $PROFILE # Implicit powershell variable
|
$profilePath = $PROFILE # Implicit powershell variable
|
||||||
|
@ -226,8 +226,6 @@ namespace vcpkg::Export
|
|||||||
{fs::path{"scripts"} / "buildsystems" / "msbuild" / "vcpkg.targets"},
|
{fs::path{"scripts"} / "buildsystems" / "msbuild" / "vcpkg.targets"},
|
||||||
{fs::path{"scripts"} / "buildsystems" / "vcpkg.cmake"},
|
{fs::path{"scripts"} / "buildsystems" / "vcpkg.cmake"},
|
||||||
{fs::path{"scripts"} / "cmake" / "vcpkg_get_windows_sdk.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)
|
for (const fs::path& file : integration_files_relative_to_root)
|
||||||
|
@ -14,11 +14,9 @@ EndProject
|
|||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{F5893B21-EA71-4432-84D6-5FB0E0461A2A}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{F5893B21-EA71-4432-84D6-5FB0E0461A2A}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
..\scripts\bootstrap.ps1 = ..\scripts\bootstrap.ps1
|
..\scripts\bootstrap.ps1 = ..\scripts\bootstrap.ps1
|
||||||
..\scripts\fetchDependency.ps1 = ..\scripts\fetchDependency.ps1
|
|
||||||
..\scripts\get_triplet_environment.cmake = ..\scripts\get_triplet_environment.cmake
|
..\scripts\get_triplet_environment.cmake = ..\scripts\get_triplet_environment.cmake
|
||||||
..\scripts\internalCI.ps1 = ..\scripts\internalCI.ps1
|
..\scripts\internalCI.ps1 = ..\scripts\internalCI.ps1
|
||||||
..\scripts\ports.cmake = ..\scripts\ports.cmake
|
..\scripts\ports.cmake = ..\scripts\ports.cmake
|
||||||
..\scripts\SHA256Hash.ps1 = ..\scripts\SHA256Hash.ps1
|
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cmake", "cmake", "{A0122231-04D5-420B-81CA-7960946E5E65}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cmake", "cmake", "{A0122231-04D5-420B-81CA-7960946E5E65}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user