script param "constructors" to add the _Construct version of constructors issue #278

This commit is contained in:
sonoro1234
2024-09-18 14:36:22 +02:00
parent 0c7f67607d
commit 411924f104
5 changed files with 15 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
#process files
# 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, comments for comments generation, nochar to skip char* function version, noimstrv to skip imstrv
# "constructors" adds the _Construct version of constructors
# examples: "" "internal" "internal freetype" "comments internal"
# arg[3..n] name of implementations to generate and/or CLFLAGS (e.g. -DIMGUI_USER_CONFIG or -DIMGUI_USE_WCHAR32)
#