summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 46ab123ead..0229a84f8e 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -107,7 +107,7 @@ CCTYPE *= MSVC60
#
# uncomment this if your Borland compiler is older than v5.4.
-BCCVER = 5.2
+BCCOLD = define
#
# uncomment this if you want to use Borland's VCL as your CRT
#BCCVCL = define
@@ -343,7 +343,7 @@ INST_HTML = $(INST_TOP)$(INST_VER)\html
.IF "$(CCTYPE)" == "BORLAND"
CC = bcc32
-.IF $(BCCVER) != 5.2
+.IF "$(BCCOLD)" != "define"
LINK32 = ilink32
.ELSE
LINK32 = tlink32
@@ -379,8 +379,8 @@ LINK_FLAGS = $(LINK_DBG) -L"$(INST_COREDIR)" -L"$(CCLIBDIR)"
OBJOUT_FLAG = -o
EXEOUT_FLAG = -e
LIBOUT_FLAG =
-.IF $(BCCVER) != 5.2
-LINK_FLAGS += -Gn
+.IF "$(BCCOLD)" != "define"
+LINK_FLAGS += -Gn
.END
.IF "$(BCCVCL)" == "define"
LIBC = cp32mti.lib vcl.lib vcl50.lib vclx50.lib vcle50.lib