diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-11-07 09:21:03 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-11-07 09:21:03 +0000 |
commit | 767d9a08ab96e51165efb8cd6a169e9e65b07373 (patch) | |
tree | df550ea4408595069b930094cbacf4b254c438d8 | |
parent | 0362fcdcec470525a3d3229ca698c44dc38716b5 (diff) | |
download | ATCD-767d9a08ab96e51165efb8cd6a169e9e65b07373.tar.gz |
ChangeLogTag: Mon Nov 7 08:51:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | include/makeinclude/compiler.bor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/compiler.bor b/include/makeinclude/compiler.bor index 6371c1bb681..1d11f68ba96 100644 --- a/include/makeinclude/compiler.bor +++ b/include/makeinclude/compiler.bor @@ -137,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 -L$(BCB)\lib +COMMON_LFLAGS = $(DEBUG_LFLAGS) $(STATIC_LFLAGS) -x -w-dup -Gn -L$(BCB)\lib -L$(BCB)\lib\psdk # # DLL specific flags |