2023-02-01 15:23:51 +00:00
|
|
|
|
|
|
|
set INCLUDES=/I ..\..\src /I ..\..\src\util /I ..\..\src\platform /I ../../ext /I ../../ext/angle_headers
|
2023-02-10 15:56:10 +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_canvas.exe
|