Tue, 14 Oct 2025 17:09:27 +0200
fix style of the descriptions for the helptext
configure | file | annotate | diff | comparison | revisions | |
make/project.xml | file | annotate | diff | comparison | revisions |
--- a/configure Mon Oct 13 21:37:42 2025 +0200 +++ b/configure Tue Oct 14 17:09:27 2025 +0200 @@ -111,8 +111,8 @@ --release add extra compile flags for release builds Optional Features: - --enable-asan Enable address sanitization. - --enable-tools Enable compilation of tools. + --enable-asan enable address sanitization + --enable-tools enable compilation of tools __EOF__ }
--- a/make/project.xml Mon Oct 13 21:37:42 2025 +0200 +++ b/make/project.xml Tue Oct 14 17:09:27 2025 +0200 @@ -52,14 +52,14 @@ <target> <feature name="asan"> - <desc>Enable address sanitization.</desc> + <desc>enable address sanitization</desc> <dependencies>asan</dependencies> </feature> <dependencies>ucx,sdl3,sdl3_ttf,sdl3_image,glew</dependencies> </target> <target name="tools"> <feature name="tools"> - <desc>Enable compilation of tools.</desc> + <desc>enable compilation of tools</desc> <disabled> <make>NO_TOOLS=1</make> </disabled>