mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-08 10:23:27 +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:
@@ -84,6 +84,10 @@ D. MinGW-w64/GCC/Clang
|
|||||||
|
|
||||||
USE_STB_IMAGE - Use stb_image or not.
|
USE_STB_IMAGE - Use stb_image or not.
|
||||||
|
|
||||||
|
USE_STB_TRUETYPE - Use stb_truetype or not.
|
||||||
|
|
||||||
|
USE_FREETYPE2 - Use FreeType2 or not.
|
||||||
|
|
||||||
PREFIX - Installation destination directory.
|
PREFIX - Installation destination directory.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -131,6 +131,10 @@ c("OPENGL - Build OpenGL widget or not.", 60);
|
|||||||
l("");
|
l("");
|
||||||
c("USE_STB_IMAGE - Use stb_image or not.", 60);
|
c("USE_STB_IMAGE - Use stb_image or not.", 60);
|
||||||
l("");
|
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);
|
c("PREFIX - Installation destination directory.", 60);
|
||||||
l("");
|
l("");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user