Mercurial > games > semicongine
comparison Makefile @ 464:7cae1900c9a7
add: skeleton to download thirdparty builds
author | Sam <sam@basx.dev> |
---|---|
date | Mon, 19 Dec 2022 10:56:04 +0700 |
parents | 91544fc1afe5 |
children | 4ed9cb098315 |
comparison
equal
deleted
inserted
replaced
463:91544fc1afe5 | 464:7cae1900c9a7 |
---|---|
20 # nim c ${COMPILE_OPTIONS} ${DEBUG_OPTIONS} -d:mingw -o:$@ examples/test.nim | 20 # nim c ${COMPILE_OPTIONS} ${DEBUG_OPTIONS} -d:mingw -o:$@ examples/test.nim |
21 # build/release/windows: | 21 # build/release/windows: |
22 # mkdir -p $@ | 22 # mkdir -p $@ |
23 # build/release/windows/test: build/release/windows ${SOURCES} | 23 # build/release/windows/test: build/release/windows ${SOURCES} |
24 # nim c ${COMPILE_OPTIONS} ${DEBUG_OPTIONS} -d:mingw -o:$@ examples/test.nim | 24 # nim c ${COMPILE_OPTIONS} ${DEBUG_OPTIONS} -d:mingw -o:$@ examples/test.nim |
25 thirdparty: | |
26 echo https://storage.googleapis.com/spirv-tools/artifacts/prod/graphics_shader_compiler/spirv-tools/windows-msvc-2017-release/continuous/1885/20221216-081805/install.zip | |
27 echo https://storage.googleapis.com/spirv-tools/artifacts/prod/graphics_shader_compiler/spirv-tools/windows-msvc-2017-release/continuous/1885/20221216-081805/install.zip | |
25 | 28 |
29 SPIRV_TOOLS_LINUX_DEBUG: | |
30 wget https://storage.googleapis.com/spirv-tools/artifacts/prod/graphics_shader_compiler/spirv-tools/linux-gcc-release/continuous/1889/20221216-081754/install.tgz | |
31 SPIRV_TOOLS_LINUX_DEBUG: | |
32 wget https://storage.googleapis.com/spirv-tools/artifacts/prod/graphics_shader_compiler/spirv-tools/linux-gcc-debug/continuous/1899/20221216-081758/install.tgz | |
33 SPIRV_TOOLS_WINDOWS_DEBUG: | |
34 wget https://storage.googleapis.com/spirv-tools/artifacts/prod/graphics_shader_compiler/spirv-tools/windows-msvc-2017-debug/continuous/1599/20221216-081803/install.zip | |
35 SPIRV_TOOLS_WINDOWS_RELEASE: | |
36 wget https://storage.googleapis.com/spirv-tools/artifacts/prod/graphics_shader_compiler/spirv-tools/windows-msvc-2017-release/continuous/1885/20221216-081805/install.zip | |
37 | |
38 GLSL_LINUX_DEBUG: | |
39 wget | |
40 GLSL_LINUX_RELEASE: | |
41 wget | |
42 GLSL_WINDOWS_DEBUG: | |
43 wget | |
44 GLSL_WINDOWS_RELEASE: | |
45 wget |