adding documentation

This commit is contained in:
Micon Frink
2020-10-29 16:31:38 +00:00
committed by Victor Bombi
parent 3f2e6f40df
commit 507e19bc7e
3 changed files with 4 additions and 2 deletions

View File

@@ -15,5 +15,5 @@
# arg[1] compiler name gcc, clang, or cl
# 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
# arg[3..n] name of implementations to generate and/or CLFLAGS (e.g. -DIMGUI_USER_CONFIG or -DIMGUI_USE_WCHAR32)
luajit ./generator.lua gcc "internal" glfw opengl3 opengl2 sdl