aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/build-data/cc/bcc.txt26
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>