let version = "0.44" let mingw_prefix = "i686-w64-mingw32-" let mingw64_prefix = "x86_64-w64-mingw32-" let msvc = "cl.exe" let msvc64 = "cl.exe" let cygwin64 = "x86_64-pc-cygwin-gcc" let mingw = "i686-w64-mingw32-gcc" let mingw64 = "x86_64-w64-mingw32-gcc" let gnat = "gcc"