realname "Borland C++"

binary_name "bcc32"

compile_option "-c "
output_to_option "-o "
add_include_dir_option "-I"
add_lib_dir_option "-L"
add_lib_option "-l"

lib_opt_flags "-O2"
check_opt_flags "-O2"
debug_flags ""
no_debug_flags ""
lang_flags "-tWR -tWM -tWC
warning_flags "-w"

ar_command "tlib /C /P256"

makefile_style nmake

<mach_opt>
i486     -> "/G4"
i586     -> "/G5"
i686     -> "/G6"
athlon   -> "/G6"
pentium4 -> "/G6"
</mach_opt>

<arch>
ia32
</arch>

<os>
windows
</os>
