vcpkg/scripts/buildsystems/msbuild
Jörg Bornemann ed73411424
[applocal.ps1] Fix -targetBinary without drive letter (#29890) (#29894)
On Windows, running applocal.ps1 with "-targetBinary
/foo/bar.exe" (without drive letter) did not install dependencies. The
dumpbin executable was called with /foo/bar.exe, and dumpbin interpreted
this as unknown command line argument. No dependencies were resolved.

We're already resolving the full path of the target binary some lines
above the dumpbin call. The $targetBinaryPath variable contains the
target binary's path including the drive letter, and dumpbin
successfully reports the executable's dependencies.
2023-03-01 16:07:04 -08:00
..
applocal.ps1 [applocal.ps1] Fix -targetBinary without drive letter (#29890) (#29894) 2023-03-01 16:07:04 -08:00
vcpkg-general.xml [vcpkg] Add support of -static-md to Visual Studio UI (#28045) 2022-11-29 11:38:53 -08:00
vcpkg.props [vcpkg-msbuild-integration] Set the default value of VcpkgConfiguration according to $(UseDebugLibraries) rather than $(Configuration) for better support of custom configuration names. (#26177) 2022-08-10 13:14:52 -07:00
vcpkg.targets [vcpkg] Fix integration in Visual Studio (#28216) 2022-12-07 17:11:31 -08:00