cleanup before merge

This commit is contained in:
Hane 2023-07-25 20:41:31 +02:00
commit e9b478d569
8 changed files with 19 additions and 18 deletions

4
builddtest.bat Normal file
View file

@ -0,0 +1,4 @@
clang++ -DDEBUG -D_DEBUG -dynamic src\test\test.cpp -o build\testd.exe -Wall -Wextra -Wpedantic -std=c++11 -g -gcodeview -Wl,-pdb= -L C:\capybara\libclang\x86_64-w64-mingw32\bin -L D:\Contenido\Capybara\Cositas\tmr\build -Wl,-Bstatic -l c++ -l unwind -Wl,-Bdynamic -l tmrtsc --verbose
REM -fms-runtime-lib dll_dbgx
REM -lmsvcrt -lucrtbase -lvcruntime140_app