IndentKind, config is not automatically visible on start, fix automatic ReopenBuffer

This commit is contained in:
Krzosa Karol
2026-01-04 14:00:35 +01:00
parent f059c33940
commit 04e5642ce3
5 changed files with 53 additions and 20 deletions

View File

@@ -21,6 +21,7 @@ pushd build
set flags=/EHsc- /MD /Zi /FC /nologo /WX /W3 /wd4200 /wd4334 /diagnostics:column -DDEBUG_BUILD=1
set libs=%sdllib%/SDL3-static.lib %sdllib%/SDL_uclibc.lib kernel32.lib gdi32.lib user32.lib Imm32.lib ole32.lib Shell32.lib OleAut32.lib Cfgmgr32.lib Setupapi.lib Advapi32.lib version.lib winmm.lib
cl %flags% ../src/text_editor/text_editor.cpp -Fe:te.exe -I%sdl%/include -I../src/external/glad -I../src/ %libs% -link /SUBSYSTEM:WINDOWS /NODEFAULTLIB:LIBCMT /NODEFAULTLIB:MSVCRTD
copy te.exe te2.exe
popd
rem /fsanitize=address