diff options
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 |