From fc9ade48b9ad8c24a054f9d87872a3714bc027d3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 7 Jan 2023 18:23:47 +0000 Subject: [PATCH] Fix hierarchy in the MSW build instructions documentation Don't make "Make Parameters" and "Advanced Configurations" top level sections, they're not as important as the other ones. --- docs/msw/install.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/msw/install.md b/docs/msw/install.md index 193ad849f6..66ea59fd53 100644 --- a/docs/msw/install.md +++ b/docs/msw/install.md @@ -245,14 +245,13 @@ executed from a DOS command line window (cmd.exe, *not* Bash sh.exe). Make Parameters {#msw_build_make_params} -================================================================ +---------------------------------------------------------------- NOTE: If you use configure to build the library with MinGW, the contents of this section does not apply, just pass the arguments to configure directly in this case. -Library configuration ----------------------------------------------------------------- +### Library configuration While it is never necessary to do it, you may want to change some of the options in the `%%WXWIN%\include\wx\msw\setup.h` file before building @@ -265,8 +264,7 @@ build options for different configurations too if you edit any configuration-specific file. -Makefile parameters ----------------------------------------------------------------- +### Makefile parameters When building using makefiles, you can specify many build settings (unlike when using the project files where you are limited to choosing @@ -483,7 +481,7 @@ If you are not using Visual Studio please see application. Advanced Library Configurations {#msw_advanced} -=============================== +------------------------------- Build instructions to less common library configurations using different UI backends are available here.