diff options
author | John Biddiscombe <jbiddiscombe@skippingmouse.co.uk> | 2001-09-12 00:00:21 (GMT) |
---|---|---|
committer | John Biddiscombe <jbiddiscombe@skippingmouse.co.uk> | 2001-09-12 00:00:21 (GMT) |
commit | 288287b3364363196c1150265ad3ec8b80b6aee4 (patch) | |
tree | a0dc7c248bb0d5395899588b3f4301be3e71dfd2 /Source/cmBorlandMakefileGenerator.h | |
parent | ea40b86683c58325b8086650f2c7aac0a21ac02d (diff) | |
download | CMake-288287b3364363196c1150265ad3ec8b80b6aee4.zip CMake-288287b3364363196c1150265ad3ec8b80b6aee4.tar.gz CMake-288287b3364363196c1150265ad3ec8b80b6aee4.tar.bz2 |
ENH: Major fix of the Borland generator which addresses the problem of libraries
with dependencies (other libraries) not linking when required. Dependency checking
required the full path to be supplied to each file when they're not in the current directory
(very tedious). All seems to be working nicely now.
Diffstat (limited to 'Source/cmBorlandMakefileGenerator.h')
-rw-r--r-- | Source/cmBorlandMakefileGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBorlandMakefileGenerator.h b/Source/cmBorlandMakefileGenerator.h index 58cebc2..a0fa56d 100644 --- a/Source/cmBorlandMakefileGenerator.h +++ b/Source/cmBorlandMakefileGenerator.h @@ -4,7 +4,7 @@ #include "cmMakefile.h" #include "cmMakefileGenerator.h" -/** \class cmBorlandMakefileGenerator +/** \class cmBorlandMakefileGenerator * \brief Write Borland BCB5 compatible makefiles. * * cmBorlandMakefileGenerator produces Borland BCB5 compatible makefiles |