2023-07-25 13:55:09 +00:00
|
|
|
|
2023-08-24 22:30:20 +00:00
|
|
|
set INCLUDES=/I ..\..\src /I ..\..\src\util /I ..\..\src\platform /I ../../ext /I ../../ext/angle/include
|
2023-07-25 13:55:09 +00:00
|
|
|
|
2023-08-24 22:30:20 +00:00
|
|
|
if not exist "bin" mkdir bin
|
|
|
|
cl /we4013 /Zi /Zc:preprocessor /std:c11 /experimental:c11atomics %INCLUDES% main.c /link /LIBPATH:../../build/bin orca.dll.lib /out:bin/example_smooth_resize.exe
|
2023-08-28 15:11:29 +00:00
|
|
|
copy ..\..\build\bin\orca.dll bin
|