summaryrefslogtreecommitdiffstats
path: root/Source/cmBorlandMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* new archKen Martin2002-09-121-462/+0
* ENH: add include paths to rc program for resource generationBill Hoffman2002-08-281-1/+1
* modified how source files store propertiesKen Martin2002-08-161-1/+1
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d...Brad King2002-06-191-6/+2
* removed ccommand use cmake nowKen Martin2002-06-031-2/+1
* BUG: short path does not work on bcc32Bill Hoffman2002-05-081-2/+2
* ENH: add an edit_cache target that runs ccmake or CMakeSetupBill Hoffman2002-05-071-5/+11
* ENH: do not use count, find for map lookupBill Hoffman2002-04-301-2/+3
* ENH: add enable language support for PROJECT command, this means that a C onl...Bill Hoffman2002-04-021-5/+9
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-291-4/+8
* ENH: use ccommand for del on windowsBill Hoffman2002-03-261-3/+3
* ENH: big change in the path handling, one function CreateOutputPath is used t...Bill Hoffman2002-02-221-24/+18
* ENH: add a virtual CreateMakeVariable to shorten makefile variables for borla...Bill Hoffman2002-02-211-9/+61
* 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
* ENH: Improved dependency generation. If any cmake.depends is out of date, al...Brad King2001-12-181-1/+2
* ENH: add custom commands for targetsBill Hoffman2001-12-071-4/+32
* Fix the command quoting pb (remove m_QuoteNextCommand), move ConvertToNativeP...Sebastien Barre2001-12-061-15/+0
* ENH: fix debugging with borlandBill Hoffman2001-12-031-3/+12
* new borland generator moved into placeBill Hoffman2001-11-301-0/+489