Rename files

This commit is contained in:
Krzosa Karol
2022-08-26 21:54:02 +02:00
parent 457a9f4301
commit 03c19ddeaa
11 changed files with 10 additions and 10 deletions

View File

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