summaryrefslogtreecommitdiffstats
path: root/Source/cmBorlandMakefileGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-1/+1
| | | | only project can be built with cmake, even without a cxx compiler
* ENH: add a virtual CreateMakeVariable to shorten makefile variables for ↵Bill Hoffman2002-02-211-0/+3
| | | | borland make
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: add silent mode for makefile builds and fix borland and nmake after the ↵Bill Hoffman2001-12-191-17/+0
| | | | depend stuff
* Fix the command quoting pb (remove m_QuoteNextCommand), move ↵Sebastien Barre2001-12-061-7/+0
| | | | ConvertToNativePath to NMake gen
* new borland generator moved into placeBill Hoffman2001-11-301-0/+114
|
* Replace with nmake subclassed generatorBill Hoffman2001-11-301-92/+0
|
* ERR: Change to EscapeSpaces forces rework of Borland generator <sigh>John Biddiscombe2001-09-121-0/+2
| | | | | Add clause to prevent adding quotes when they're already present, then stuff them onto all lib paths to prevent forward slashes causing trouble.
* ENH: Major fix of the Borland generator which addresses the problem of librariesJohn Biddiscombe2001-09-121-1/+1
| | | | | | 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.
* ERR: Forgot to put back a backslashJohn Biddiscombe2001-09-081-3/+2
|
* ENH: integrate borland supportBill Hoffman2001-09-061-59/+69
|
* NEW: First check in of Borland Makefile Generator and template stuffJohn Biddiscombe2001-09-041-0/+81