2023-01-29 00:04:24 +00:00
|
|
|
set INCLUDES=/I ..\..\src /I ..\..\src\util /I ..\..\src\platform /I ../../ext /I ../../ext/angle_headers
|
2023-02-17 17:56:16 +00:00
|
|
|
|
2023-02-21 17:43:30 +00:00
|
|
|
cl /we4013 /Zi /Zc:preprocessor /std:c11 %INCLUDES% main.c /link /LIBPATH:../../bin milepost.dll.lib /out:../../bin/example_gles_triangle.exe
|