orca/sketches/triangleGL/build.bat

4 lines
220 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
cl /we4013 /Zi /Zc:preprocessor /std:c11 %INCLUDES% main.c /link /LIBPATH:../../bin milepost.dll.lib /out:../../bin/example_gl_triangle.exe