From 615d1988e212d91889dbc538b5206f5f2d39969f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 23 Aug 2024 00:00:35 +0200 Subject: [PATCH 1/2] build/windows.md: mention 32-bit build --- build/windows.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/windows.md b/build/windows.md index 8647367376..bbf1cbcff6 100644 --- a/build/windows.md +++ b/build/windows.md @@ -31,6 +31,10 @@ files: Once generated, you import them and build with Visual Studio like normally. +You can even generate them for 32-bit Windows with: + + cmake -B build -G 'Visual Studio 17 2022' -DCMAKE_GENERATOR_PLATFORM=x86 + ## Mingw You can build curl with the mingw compiler suite. Use [CMake](cmake.md) to From 49616affb9cce0425cc5827edf56dad2519e6612 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 23 Aug 2024 00:04:48 +0200 Subject: [PATCH 2/2] fixup exclude project/devteam.md from spellcheck --- spellcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spellcheck.yaml b/spellcheck.yaml index cb78e548c7..4b43cc6ca8 100644 --- a/spellcheck.yaml +++ b/spellcheck.yaml @@ -24,4 +24,4 @@ matrix: - 'code' - 'pre' sources: - - '**/*.md|!README.md|!SUMMARY.md|!bindings/README.md|!bookindex.md|!transfers/options/all.md|!build/deps.md' + - '**/*.md|!README.md|!SUMMARY.md|!bindings/README.md|!bookindex.md|!transfers/options/all.md|!build/deps.md|!project/devteam.md'