Changed includes onf RCCMD line and removed -DBORLAND option.

This commit is contained in:
Janet B. Anderson
2000-10-12 22:37:05 +00:00
parent b1f1573af6
commit feb2fd1f2a

View File

@@ -35,7 +35,7 @@ WINLINK = $(BORLAND_BIN)/ilink32 -q
# -l specifies default language
# -fo Renames the output .RES file
RCCMD = $(BORLAND_BIN)/brcc32 -i. -i.. -i$(INSTALL_INCLUDE) -i$(EPICS_BASE_INCLUDE) -i$(EPICS_BASE_INCLUDE)/os/$(OS_CLASS) -i$(BORLAND_INC) -l0x409 -fo$@ $<
RCCMD = $(BORLAND_BIN)/brcc32 $(subst -I,-i,$(INCLUDES)) -l0x409 -fo$@ $<
ARCMD = $(BORLAND_BIN)/tlib $@ $(foreach lib,$(LIBRARY_LD_OBJS),+$(lib))
@@ -182,7 +182,7 @@ BOF=.sbr
SOURCE_CXXFLAG = -P -D__cplusplus
# Operating system flags
OP_SYS_CFLAGS = -DBORLAND
OP_SYS_CFLAGS =
#
# Borland specific include files