diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules.bcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules.bcc b/cpp/config/Make.rules.bcc index 4bd8a59f0c2..57716ee68d6 100644 --- a/cpp/config/Make.rules.bcc +++ b/cpp/config/Make.rules.bcc @@ -25,7 +25,7 @@ CC = bcc32.exe LINK = ilink32.exe PREOUT = , -PRELIB = ,, +PRELIBS = ,, !if "$(THIRDPARTY_HOME)" != "" CPPFLAGS = -I"$(THIRDPARTY_HOME)\include" |