summaryrefslogtreecommitdiffstats
path: root/Source/cmBorlandMakefileGenerator.h
diff options
context:
space:
mode:
authorJohn Biddiscombe <jbiddiscombe@skippingmouse.co.uk>2001-09-12 00:00:21 (GMT)
committerJohn Biddiscombe <jbiddiscombe@skippingmouse.co.uk>2001-09-12 00:00:21 (GMT)
commit288287b3364363196c1150265ad3ec8b80b6aee4 (patch)
treea0dc7c248bb0d5395899588b3f4301be3e71dfd2 /Source/cmBorlandMakefileGenerator.h
parentea40b86683c58325b8086650f2c7aac0a21ac02d (diff)
downloadCMake-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.h2
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