summaryrefslogtreecommitdiffstats
path: root/Source/cmBorlandMakefileGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: big change in the path handling, one function CreateOutputPath is used ↵Bill Hoffman2002-02-221-24/+18
| | | | to escape spaces and convert to the native path type
* ENH: add a virtual CreateMakeVariable to shorten makefile variables for ↵Bill Hoffman2002-02-211-9/+61
| | | | borland make
* ENH: fix for borland tlib files with dash in them problem.Bill Hoffman2002-02-181-1/+1
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* BUG: use borland run time dll for shared builds to avoid crashesBill Hoffman2002-01-131-1/+11
|
* BUG: need a larger default page sizeBill Hoffman2002-01-081-1/+1
|
* BUG: Don't generate build rules for header files.Amitha Perera2001-12-281-1/+5
|
* ENH: fix for win98 check for directory existenceBill Hoffman2001-12-201-0/+5
|
* ENH: use better command for creating static libraryBill Hoffman2001-12-201-1/+3
|
* ENH: add silent mode for makefile builds and fix borland and nmake after the ↵Bill Hoffman2001-12-191-104/+1
| | | | depend stuff
* ENH: Improved dependency generation. If any cmake.depends is out of date, ↵Brad King2001-12-181-1/+2
| | | | all of them in the tree are re-generated. This is necessary in certain cases when CMakeLists.txt files change.
* ENH: add custom commands for targetsBill Hoffman2001-12-071-4/+32
|
* Fix the command quoting pb (remove m_QuoteNextCommand), move ↵Sebastien Barre2001-12-061-15/+0
| | | | ConvertToNativePath to NMake gen
* ENH: fix debugging with borlandBill Hoffman2001-12-031-3/+12
|
* new borland generator moved into placeBill Hoffman2001-11-301-0/+489