orca/examples/triangleGL/build.bat

4 lines
223 B
Batchfile
Raw Normal View History

2023-02-07 12:24:14 +00:00
set INCLUDES=/I ..\..\src /I ..\..\src\util /I ..\..\src\platform /I ../../ext
cl /we4013 /Zi /Zc:preprocessor /std:c11 %INCLUDES% main.c /link /LIBPATH:../../bin milepost.dll.lib /out:../../bin/example_gl_triangle.exe