Skip to content

Commit

Permalink
Mention NT4+ builds in devel-build.html
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 authored Dec 4, 2023
1 parent 4734a15 commit 977d354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel-build.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
add_ci_build_entry(REPO, "vsbuild_xp", "32/64-bit installers and builds for Windows XP+");
add_ci_build_entry(REPO, "vsbuild32", "32-bit Visual Studio portable builds (for Vista+/ARM)");
add_ci_build_entry(REPO, "vsbuild64", "64-bit Visual Studio portable builds (for Vista+/ARM)");
add_ci_build_entry(REPO, "mingw32", "32-bit MinGW (for 7+) and MinGW-lowend (for XP+, W9x) portable builds");
add_ci_build_entry(REPO, "mingw32", "32-bit MinGW (for 7+) and MinGW-lowend (for XP+, W9x/NT4+) portable builds");
add_ci_build_entry(REPO, "mingw64", "64-bit MinGW portable builds (for 7+)");
add_ci_build_entry(REPO, "linux", "Linux (x86_64) builds");
add_ci_build_entry(REPO, "macos", "macOS (x86_64) builds");
Expand Down

0 comments on commit 977d354

Please sign in to comment.