Skip to content

Commit

Permalink
windows colorspace sketch build script
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed Apr 7, 2024
1 parent f741dfe commit 2f9722d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 363 deletions.
28 changes: 0 additions & 28 deletions sketches/color tests/Info.plist

This file was deleted.

18 changes: 0 additions & 18 deletions sketches/color tests/build.sh

This file was deleted.

315 changes: 0 additions & 315 deletions sketches/color tests/main.c

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

set INCLUDES=/I ..\..\src /I ..\..\src\util /I ..\..\src\platform /I ../../ext /I ../../ext/angle_headers
set INCLUDES=/I ..\..\src

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_canvas.exe
cl /we4013 /Zi /Zc:preprocessor /std:c11 /experimental:c11atomics %INCLUDES% main.c /link /LIBPATH:../../build/bin orca.dll.lib /out:bin/color_test.exe

copy ..\..\build\bin\orca.dll bin
copy ..\..\src\ext\dawn\bin\webgpu.dll bin

0 comments on commit 2f9722d

Please sign in to comment.