Freetype2 allow generation and compilation with Freetype2

This commit is contained in:
Victor Bombi
2020-09-10 12:19:15 +02:00
parent 1ed28e5a0e
commit d59448763f
6 changed files with 46 additions and 12 deletions

View File

@@ -13,6 +13,7 @@
#process files
# arg[1] compiler name gcc, clang, or cl
# arg[2] imgui_internal functions generation: true or false
# arg[2] options as words in one string: internal for imgui_internal generation, freetype for freetype generation
# examples: "" "internal" "internal freetype"
# arg[3..n] name of implementations to generate
luajit ./generator.lua gcc true glfw opengl3 opengl2 sdl
luajit ./generator.lua gcc "internal" glfw opengl3 opengl2 sdl