You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup! contrib/buildsystems: support modern Visual Studio project definitions
Turns out that the <AdditionalLibraryDirectories> directive is
unnecessary, as we specify our dependencies with full path anyway.
It is even detrimental, as the flags we get from the current `make
MSVC=1` dry-run include architecture-specific libraries, which make
32-bit builds fail when the .vcxproj files were generated in a 64-bit
setup. These 32-bit builds can be triggered e.g. by calling
msbuild /p:Configuration=Release;Platform=x86 git.sln
in an MSBuild Command Prompt.
This fixes#1104.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments