orca/sketches/perf_text/build.bat

7 lines
330 B
Batchfile
Raw Normal View History

2023-03-05 15:05:43 +00:00
set INCLUDES=/I ..\..\src /I ..\..\src\util /I ..\..\src\platform /I ../../ext /I ../../ext/angle_headers
2023-03-05 15:05:43 +00:00
if not exist "bin" mkdir bin
cl /we4013 /Zi /Zc:preprocessor /std:c11 /experimental:c11atomics %INCLUDES% main.c /link /LIBPATH:../../build/bin orca.dll.lib /out:bin/example_perf_text.exe
copy ..\..\build\bin\orca.dll bin