Update build script

This commit is contained in:
Krzosa Karol
2022-06-14 14:31:29 +02:00
parent e4e939ec04
commit 6e56b789e9

View File

@@ -1,6 +1,6 @@
@echo off
pushd %~dp0
pushd %~dp0\programs
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 -I.. -I../.. -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
popd