summaryrefslogtreecommitdiff
path: root/dmake/win95/borland/bcc50/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/win95/borland/bcc50/config.mk')
-rw-r--r--dmake/win95/borland/bcc50/config.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/dmake/win95/borland/bcc50/config.mk b/dmake/win95/borland/bcc50/config.mk
new file mode 100644
index 000000000000..b63cae1c1977
--- /dev/null
+++ b/dmake/win95/borland/bcc50/config.mk
@@ -0,0 +1,14 @@
+# 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.
+.IMPORT .IGNORE : CCVER
+
+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)