Add all base sources

This commit is contained in:
Krzosa Karol
2022-07-28 14:29:43 +02:00
parent b55cb50212
commit d7c8a29664
7 changed files with 6277 additions and 1 deletions

View File

@@ -4,5 +4,5 @@
pushd %~dp0
rem cl main.cpp -I.. user32.lib
clang main.cpp -O0 -I.. -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
clang main.cpp -O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
popd