Files
corelang/build.bat
2022-06-14 14:31:29 +02:00

7 lines
206 B
Batchfile

@echo off
pushd %~dp0\programs
rem cl main.cpp -I.. 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