From 7f64d58e26e91e38faeb8269256b88646864b6e3 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 26 Jan 2004 20:02:37 +0000 Subject: [PATCH] Added RANLIB definition. --- configure/os/CONFIG.linux-x86-borland.linux-x86-borland | 1 + configure/os/CONFIG.win32-x86-borland.win32-x86-borland | 1 + 2 files changed, 2 insertions(+) diff --git a/configure/os/CONFIG.linux-x86-borland.linux-x86-borland b/configure/os/CONFIG.linux-x86-borland.linux-x86-borland index de8cd124b..48331833c 100644 --- a/configure/os/CONFIG.linux-x86-borland.linux-x86-borland +++ b/configure/os/CONFIG.linux-x86-borland.linux-x86-borland @@ -28,6 +28,7 @@ WINLINK = $(BORLAND_BIN)/ilink -q CCLINKOPT = -q -a8 CC = $(BORLAND_BIN)/bc++ $(CCLINKOPT) LD = $(BORLAND_BIN)/bc++ -r +RANLIB = # # __STDC__=0 works but not as cleanly as with diff --git a/configure/os/CONFIG.win32-x86-borland.win32-x86-borland b/configure/os/CONFIG.win32-x86-borland.win32-x86-borland index f20b2f006..e3919474e 100644 --- a/configure/os/CONFIG.win32-x86-borland.win32-x86-borland +++ b/configure/os/CONFIG.win32-x86-borland.win32-x86-borland @@ -43,6 +43,7 @@ ARCMD = $(BORLAND_BIN)/tlib $@ $(foreach lib,$(LIBRARY_LD_OBJS),+$(lib)) CCLINKOPT = -q -tWM -tWD -a8 -D_WIN32 -D_RTLDLL CC = $(BORLAND_BIN)/bcc32 $(CCLINKOPT) LD = $(BORLAND_BIN)/bcc32 -r +RANLIB = # # __STDC__=0 works but not as cleanly as with