mr4th/bin/initfiles/init.local_vars.sh

9 lines
102 B
Bash
Raw Permalink Normal View History

2023-11-13 20:34:42 +00:00
#!/bin/bash
compiler="cl"
compile_mode="debug"
assembler="ml64"
arch="x64"
linker="link"
ctx_opts=""