add classic theme flag

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@625 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-07 18:09:59 +00:00
parent 51486e6de5
commit 7ee95874bf
5 changed files with 19 additions and 91 deletions

View File

@@ -107,49 +107,10 @@ l("1) Run `wmake -f WatMakefile'.");
h("D. MinGW-w64/GCC/Clang");
l("1) Determine if you need Vulkan and/or OpenGL.");
l("");
l("2) Run `make'.");
l("2) Run `./configure'.");
l(" For help, run `./configure --help'.");
l("");
l("");
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);
l("");
c("GCC - Prefix for GCC toolchains. This does not", 60);
c(" matter if you set CC manually.", 60);
l("");
c("CC - C compiler.", 60);
l("");
c("DEBUG - Debug build or not, 0 in default settings.", 60);
l("");
c("VULKAN - Build Vulkan widget or not.", 60);
l("");
c("OPENGL - Build OpenGL widget or not.", 60);
l("");
c("USE_STB_IMAGE - Use stb_image or not.", 60);
l("");
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("");
c("Makefile targets");
l("");
c("This section exists for people who chose D.", 60);
l("");
c("lib - Builds Milsko library", 60);
l("");
c("examples - Builds examples", 60);
l("");
c("all - Builds lib and examples", 60);
l("");
c("install - Installs Milsko to PREFIX", 60);
l("3) Run `make'.");
l("");
l(" -- Nishi (nishi\@nishi.boats)");