2023-07-31 04:21:25 +00:00
|
|
|
set INCLUDES=/I ..\..\src /I ..\..\src\util /I ..\..\src\platform /I ../../ext /I ../../ext/angle_headers
|
2023-06-21 17:14:56 +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 /MANIFEST:EMBED /MANIFESTINPUT:../../src/app/win32_manifest.xml /LIBPATH:../../build/bin orca.dll.lib /out:bin/example_poly.exe
|
2023-08-28 15:11:29 +00:00
|
|
|
copy ..\..\build\bin\orca.dll bin
|