mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-02 23:50:50 +00:00
add stb_truetype/freetype2 flags to readme
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@496 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user