diff options
author | chris <chris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-02-18 07:49:18 +0000 |
---|---|---|
committer | chris <chris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-02-18 07:49:18 +0000 |
commit | 1998f68a3f72eaaff52e48c89d3b94438fa251cc (patch) | |
tree | 5867319ae470342279b77ef1269ec7de44bd4e6c /include | |
parent | 6c93a633664b2d454d52330169f81c8532d18ed8 (diff) | |
download | ATCD-1998f68a3f72eaaff52e48c89d3b94438fa251cc.tar.gz |
ChangeLogTag:Mon Feb 18 01:45:07 2002 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/compiler.bor | 4 | ||||
-rw-r--r-- | include/makeinclude/make_flags.bor | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/makeinclude/compiler.bor b/include/makeinclude/compiler.bor index 745dd5fafeb..6e0d1818c76 100644 --- a/include/makeinclude/compiler.bor +++ b/include/makeinclude/compiler.bor @@ -114,11 +114,15 @@ LIB_LFLAGS = /C /P512 # VCL lib version number # +!if $(BCBVER) == 6 +VCLVER = +!else !if $(BCBVER) == 5 VCLVER = 50 !else VCLVER = 40 !endif +!endif # # Libraries to be linked diff --git a/include/makeinclude/make_flags.bor b/include/makeinclude/make_flags.bor index 1850247563b..e6fa2a94418 100644 --- a/include/makeinclude/make_flags.bor +++ b/include/makeinclude/make_flags.bor @@ -17,7 +17,7 @@ PASCAL_FLAG = -DPASCAL !message !message ------------------------------------------------------------- !message The PASCAL build configuration is *not* required for use with -!message Borland C++Builder 5. +!message Borland C++Builder 5 or 6. !message !message Since both VCL and non-VCL applications share a common run- !message time library (i.e. cc3250mt.dll), you can simply link your |