diff --git a/README.txt b/README.txt index 6fb5a05..1a3868e 100644 --- a/README.txt +++ b/README.txt @@ -68,23 +68,27 @@ D. MinGW-w64/GCC/Clang This section exists for people who chose D. - TARGET - Target environment, chosen by Makefile in - default settings. + TARGET - Target environment, chosen by Makefile in + default settings. - GCC - Prefix for GCC toolchains. This does not - matter if you set CC manually. + GCC - Prefix for GCC toolchains. This does not + matter if you set CC manually. - CC - C compiler. + CC - C compiler. - DEBUG - Debug build or not, 0 in default settings. + DEBUG - Debug build or not, 0 in default settings. - VULKAN - Build Vulkan widget or not. + VULKAN - Build Vulkan widget or not. - OPENGL - Build OpenGL widget or not. + OPENGL - Build OpenGL widget or not. - USE_STB_IMAGE - Use stb_image or not. + USE_STB_IMAGE - Use stb_image or not. - PREFIX - Installation destination directory. + USE_STB_TRUETYPE - Use stb_truetype or not. + + USE_FREETYPE2 - Use FreeType2 or not. + + PREFIX - Installation destination directory. Makefile targets diff --git a/tools/readme.pl b/tools/readme.pl index a86a72b..3829bcb 100755 --- a/tools/readme.pl +++ b/tools/readme.pl @@ -115,23 +115,27 @@ c("Makefile settings"); l(""); c("This section exists for people who chose D.", 60); l(""); -c("TARGET - Target environment, chosen by Makefile in", 60); -c(" default settings.", 60); +c("TARGET - Target environment, chosen by Makefile in", 60); +c(" default settings.", 60); l(""); -c("GCC - Prefix for GCC toolchains. This does not", 60); -c(" matter if you set CC manually.", 60); +c("GCC - Prefix for GCC toolchains. This does not", 60); +c(" matter if you set CC manually.", 60); l(""); -c("CC - C compiler.", 60); +c("CC - C compiler.", 60); l(""); -c("DEBUG - Debug build or not, 0 in default settings.", 60); +c("DEBUG - Debug build or not, 0 in default settings.", 60); l(""); -c("VULKAN - Build Vulkan widget or not.", 60); +c("VULKAN - Build Vulkan widget or not.", 60); l(""); -c("OPENGL - Build OpenGL widget or not.", 60); +c("OPENGL - Build OpenGL widget or not.", 60); l(""); -c("USE_STB_IMAGE - Use stb_image or not.", 60); +c("USE_STB_IMAGE - Use stb_image or not.", 60); l(""); -c("PREFIX - Installation destination directory.", 60); +c("USE_STB_TRUETYPE - Use stb_truetype or not.", 60); +l(""); +c("USE_FREETYPE2 - Use FreeType2 or not.", 60); +l(""); +c("PREFIX - Installation destination directory.", 60); l(""); l("");