From 95f9cc2164d76b3d8ddbf484434ec4eca053a2a6 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 12 Oct 2000 19:22:06 +0000 Subject: [PATCH] Added borland include dir to brcc32 command. --- configure/os/CONFIG.win32-x86-borland.win32-x86-borland | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.win32-x86-borland.win32-x86-borland b/configure/os/CONFIG.win32-x86-borland.win32-x86-borland index 6bc372857..8e1f4719b 100644 --- a/configure/os/CONFIG.win32-x86-borland.win32-x86-borland +++ b/configure/os/CONFIG.win32-x86-borland.win32-x86-borland @@ -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) -l0x409 -fo$@ $< +RCCMD = $(BORLAND_BIN)/brcc32 -i. -i.. -i$(INSTALL_INCLUDE) -i$(EPICS_BASE_INCLUDE) -i$(BORLAND_INC) -l0x409 -fo$@ $< ARCMD = $(BORLAND_BIN)/tlib $@ $(foreach lib,$(LIBRARY_LD_OBJS),+$(lib))