orca/sketches/atlas/build.bat

5 lines
242 B
Batchfile
Raw Normal View History

2023-02-24 11:01:00 +00:00
set INCLUDES=/I ..\..\src /I ..\..\src\util /I ..\..\src\platform /I ../../ext /I ../../ext/angle_headers
2023-02-28 12:16:36 +00:00
cl /we4013 /Zi /Zc:preprocessor /std:c11 %INCLUDES% main.c /link /LIBPATH:../../bin milepost.dll.lib /out:../../bin/example_atlas.exe