Files
corelang/build.bat
2022-05-26 16:55:07 +02:00

8 lines
205 B
Batchfile

@echo off
pushd %~dp0
rem @todo fix msvc
cl main.cpp -I.. user32.lib
rem clang main.cpp -O0 -I.. -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
popd