Mercurial > games > semicongine
comparison config.nims @ 38:c3c963e7c1a6
did: tons of stuff, input, refactoring, fix some errors, some template improvment, sorry for super-commit
author | Sam <sam@basx.dev> |
---|---|
date | Wed, 18 Jan 2023 09:52:03 +0700 |
parents | 2979b69eef55 |
children | 0cb294c5d2fd |
comparison
equal
deleted
inserted
replaced
37:6859bcfabc62 | 38:c3c963e7c1a6 |
---|---|
118 exec &"cd {dirname} && wget https://github.com/KhronosGroup/glslang/releases/download/master-tot/glslang-master-windows-x64-Release.zip" | 118 exec &"cd {dirname} && wget https://github.com/KhronosGroup/glslang/releases/download/master-tot/glslang-master-windows-x64-Release.zip" |
119 exec &"cd {dirname} && unzip *.zip" | 119 exec &"cd {dirname} && unzip *.zip" |
120 exec &"mv {dirname}/bin/glslangValidator.exe examples/" | 120 exec &"mv {dirname}/bin/glslangValidator.exe examples/" |
121 exec &"rm -rf {dirname}" | 121 exec &"rm -rf {dirname}" |
122 | 122 |
123 if getCommand() in ["c", "compile", "r", "dump", "check"]: | 123 if getCommand() in ["c", "compile", "r", "dump", "check", "idetools"]: |
124 compilerFlags() | 124 compilerFlags() |