Freetype2 allow generation and compilation with Freetype2

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

View File

@@ -15,9 +15,10 @@ set PATH=%PATH%;C:\anima;C:\mingws\i686-7.2.0-release-posix-dwarf-rt_v5-rev1\min
:: set PATH=%PATH%;C:\luaGL\sources\luajit-master\luajit-master\bin\mingw32;C:\mingw32\bin;
::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
::leave console open
cmd /k