summaryrefslogtreecommitdiff
path: root/dmake/winnt/borland/bcc50/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/winnt/borland/bcc50/config.mk')
-rw-r--r--dmake/winnt/borland/bcc50/config.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/dmake/winnt/borland/bcc50/config.mk b/dmake/winnt/borland/bcc50/config.mk
new file mode 100644
index 000000000000..6e4fbd89e368
--- /dev/null
+++ b/dmake/winnt/borland/bcc50/config.mk
@@ -0,0 +1,12 @@
+# Definition of macros for library, and C startup code.
+osedir = $(osrdir)$(DIRSEPSTR)$(OSENVIRONMENT)
+
+# Change the CCROOT variable to reflect the installation directory of your
+# C++ compiler.
+CCVER *:= c:/cc/borland/$(OSENVIRONMENT)
+
+# Definitions for compiles and links
+CSTARTUP = $(CCVER)/lib/c0x32.obj
+LDLIBS = $(CCVER)/lib/cw32 $(CCVER)/lib/import32
+
+CFLAGS += -A- -w-pro -I$(osedir)