summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-11-04 14:04:18 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-11-04 14:04:18 +0000
commit40737ad9acf9927b0b809590d39c8671d1457f1f (patch)
tree8a14fb93df48e9c40807778288c78e12a3a915e4 /include
parentfa58ec39257289ec36aa2b4e44d238dc5531717d (diff)
downloadATCD-40737ad9acf9927b0b809590d39c8671d1457f1f.tar.gz
ChangeLogTag: Fri Nov 4 12:28:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/compiler.bor5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/makeinclude/compiler.bor b/include/makeinclude/compiler.bor
index 4587bb9cb8f..efd8e5deefc 100644
--- a/include/makeinclude/compiler.bor
+++ b/include/makeinclude/compiler.bor
@@ -78,6 +78,9 @@ RC = brcc32
#
# Common flags
#
+!ifndef $(BCB)
+BCB = $(MAKEDIR)\..
+!endif
!ifdef DEBUG
!ifdef CBX
@@ -134,7 +137,7 @@ COMMON_CFLAGS = $(QUIET_CFLAGS) $(DEBUG_CFLAGS) $(THREAD_CFLAGS) \
$(MISC_CFLAGS) $(CODEGUARD_CFLAGS) $(UNICODE_CFLAGS) \
$(DECORATOR_CFLAGS) $(PCH_CFLAGS)
-COMMON_LFLAGS = $(DEBUG_LFLAGS) $(STATIC_LFLAGS) -x -w-dup -Gn
+COMMON_LFLAGS = $(DEBUG_LFLAGS) $(STATIC_LFLAGS) -x -w-dup -Gn -L$(BCD)\lib
#
# DLL specific flags