From 6e56b789e99b6c2283d3a3a82685b1d592ede129 Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Tue, 14 Jun 2022 14:31:29 +0200 Subject: [PATCH] Update build script --- build.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.bat b/build.bat index dc9c09e..ba83207 100644 --- a/build.bat +++ b/build.bat @@ -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