Skip to content

Commit

Permalink
amend! vcxproj: handle GUI programs, too
Browse files Browse the repository at this point in the history
contrib/buildsystems: drop support for building .vcproj/.vcxproj files

Before we had CMake support, the only way to build Git in Visual Studio
was via this hacky `generate` script.

For a while I tried to fix whenever things got broken, in particular to
allow building confidence in embargoed releases by running the CI builds
in Azure Pipelines in a private Azure DevOps project. I even carried the
patches in Git for Windows with the intention of upstreaming them,
eventually.

However, it is a lot of work with too little benefit. CMake is much
better supported by Visual Studio. So let's drop this hacky script (plus
support code).

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 30, 2025
1 parent ae7f51e commit e6e5b99
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,913 deletions.
42 changes: 0 additions & 42 deletions contrib/buildsystems/Generators.pm

This file was deleted.

189 changes: 0 additions & 189 deletions contrib/buildsystems/Generators/QMake.pm

This file was deleted.

Loading

0 comments on commit e6e5b99

Please sign in to comment.