mr4th/bin/initfiles/init.local_vars.sh

9 lines
102 B
Bash

#!/bin/bash
compiler="cl"
compile_mode="debug"
assembler="ml64"
arch="x64"
linker="link"
ctx_opts=""