diff options
author | lloyd <[email protected]> | 2010-11-03 13:05:47 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-11-03 13:05:47 +0000 |
commit | 542cbb344016f516204bf98a3b7cb53fa085c923 (patch) | |
tree | e3de248e5d88c40feebc485bece8e79bc25e0723 /src | |
parent | 10973bda6f6c10bfbff1920bced7932e265b5875 (diff) |
Add untested and probably broken support for the C++ Builder compiler
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/cc/bcc.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/build-data/cc/bcc.txt b/src/build-data/cc/bcc.txt new file mode 100644 index 000000000..93306dde1 --- /dev/null +++ b/src/build-data/cc/bcc.txt @@ -0,0 +1,26 @@ +macro_name BORLAND + +binary_name bcc32 + +compile_option "-c " +output_to_option "-o" +add_include_dir_option -I +add_lib_dir_option -L +add_lib_option "" + +no_debug_flags "-O2" +debug_flags "" +check_opt_flags "-O2" +lang_flags "" +warning_flags "" + +shared_flags "" +dll_import_flags "" + +ar_command lib + +makefile_style nmake + +<mach_abi_linking> +all -> "-tM" +</mach_abi_linking> |