diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-10-21 11:02:51 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-10-21 11:02:51 +0000 |
commit | d263f5f1bf5540e1ad3e52f58f549549383685f2 (patch) | |
tree | 8e5435e829b5d16ecf35548104d9170966f52e29 /include/makeinclude | |
parent | 2d5ba95a810cab8ad9e83ae57190f590d632ecfb (diff) | |
download | ATCD-d263f5f1bf5540e1ad3e52f58f549549383685f2.tar.gz |
ChangeLogTag: Fri Oct 21 10:24:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/compiler.bor | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/makeinclude/compiler.bor b/include/makeinclude/compiler.bor index ad8c71d6c2f..4587bb9cb8f 100644 --- a/include/makeinclude/compiler.bor +++ b/include/makeinclude/compiler.bor @@ -33,6 +33,9 @@ # # Get the BCBVER and VCLVER, if it is not set, we default to BCB6. +!if $(BCBVER) == 8 +VCLVER = +!else !if $(BCBVER) == 6 VCLVER = !else @@ -42,8 +45,8 @@ VCLVER = 50 !if $(BCBVER) == 4 VCLVER = 40 !else -BCBVER = 6 -VCLVER = +!error BCBVER must be explicitly set as environment variable or is set to a not supported value. +!endif !endif !endif !endif |