Added RANLIB definition.

This commit is contained in:
Janet B. Anderson
2004-01-26 20:02:37 +00:00
parent 4bcdad7722
commit 7f64d58e26
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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