From 0cb5a61b3a32abc3c6b252829a4a7ee63b9740b9 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Mon, 5 Oct 2020 01:03:43 +0100 Subject: [PATCH] add some more obsoleted guides (which were removed from the main page and side bar) --- Obsolete-compilation-guides.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Obsolete-compilation-guides.md b/Obsolete-compilation-guides.md index 012a858..7b0434c 100644 --- a/Obsolete-compilation-guides.md +++ b/Obsolete-compilation-guides.md @@ -5,4 +5,6 @@ This is a list of obsolete compilation guides, maintained for reference only. * [MSVS 2008 (static linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-MSVC-2008-(static-linkage)) * [MSVS 2008 (x86_64) (static linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-MSVC-2010-(x86_64)-(dynamic-linkage)) * [MSVC 2013 (static linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-MSVC-2013-(static-linkage)) -* [MSVC 2013 (x86_64) (dynamic linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-MSVC-2013-(x86_64)-(dynamic-linkage)) \ No newline at end of file +* [MSVC 2013 (x86_64) (dynamic linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-MSVC-2013-(x86_64)-(dynamic-linkage)) +* [MSVC 2017 (static linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compiling:-MSVC-2017-(static-linkage)) +* [MSVC 2017 (x86_64) (static linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-MSVC-2017-(x86_64)-(static-linkage))