Visual Studio and MSVC compilation
Johannes Schindelin edited this page 2025-03-18 11:19:20 +01:00
Clone

Wiki Page Revisions

4 Commits

Author SHA1 Message Date
Johannes Schindelin
1854c70bf9 Replace all page contents with links to the new location
This trick was performed via:

  git ls-files \*.md |
  while read f
  do
    pr_url=https://github.com/git-for-windows/git-for-windows.github.io/pull/59
    url=https://gitforwindows.org/${f%.md}
    echo "This wiki page [has been migrated]($pr_url) to a new location: [$url]($url)" >"$f"
  done

There are two pages where this does not make sense, `0.-Index` and
`_Footer`, which will be handled in the next commit.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2025-03-18 11:19:20 +01:00
Johannes Schindelin
ca955c8fd2 Fix whitespace issues
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-12-19 15:20:04 +01:00
David Macek
1fa6b78d91 Fix formatting 2020-04-19 16:02:12 +02:00
Philip Oakley
eb35b990be A page which starts to capture information for VS users and potential G4W devs 2016-05-02 23:43:54 +01:00