summaryrefslogtreecommitdiffstats
path: root/Source/cmNMakeMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* new archKen Martin2002-09-121-740/+0
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-1/+0
* ENH: add include paths to rc program for resource generationBill Hoffman2002-08-281-1/+1
* BUG: use c compiler for link of c programs, and use temp file nmake syntax fo...Bill Hoffman2002-08-211-2/+20
* modified how source files store propertiesKen Martin2002-08-161-1/+3
* ENH: add -DWIN32 flag for buildsBill Hoffman2002-08-151-2/+2
* BUG: fix jump to directory and build for nmake if library path is not set. co...Bill Hoffman2002-07-311-6/+11
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d...Brad King2002-06-191-5/+2
* use lower case and not short path for uniq paths on windowBill Hoffman2002-06-111-0/+6
* removed ccommand use cmake nowKen Martin2002-06-031-2/+1
* ENH: add an edit_cache target that runs ccmake or CMakeSetupBill Hoffman2002-05-071-0/+7
* ENH: Add library dependency analysis.Amitha Perera2002-05-011-2/+2
* ENH: make CMake less verbose/preciousSebastien Barre2002-04-221-2/+2
* ENH: need CMAKE_LINKER_FLAGSSebastien Barre2002-04-221-1/+1
* ENH: make CMake less verbose/preciousSebastien Barre2002-04-221-7/+14
* renamed unix to unixPath for compile errorKen Martin2002-04-191-3/+3
* BUG: fix short path on files that do not existBill Hoffman2002-04-191-4/+15
* FIX: echo pb, make Nmake gen use Unix gen, factorize stuff in Unix genSebastien Barre2002-04-111-64/+33
* ENH: fix more space problems, you can add args to the ExecProgram command sep...Bill Hoffman2002-04-031-18/+13
* 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/+4
* ENH: use ccommand for del on windowsBill Hoffman2002-03-261-3/+3
* BUG: fix for files with dashes in themBill Hoffman2002-03-141-0/+8
* ENH: remove several compiler warningsBill Hoffman2002-03-131-1/+1
* ENH: big change in the path handling, one function CreateOutputPath is used t...Bill Hoffman2002-02-221-47/+37
* ENH: add a virtual CreateMakeVariable to shorten makefile variables for borla...Bill Hoffman2002-02-211-7/+8
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
* BUG: fix build of library in other directory if it is not thereBill Hoffman2002-01-101-3/+7
* BUG: put back recursive call to make for checking sourcesBill Hoffman2002-01-021-0/+1
* ENH: remove one call to make, and clean echo stuff a bitBill Hoffman2001-12-311-5/+8
* ENH: remove the rule to run make depend from the top with each change in any ...Bill Hoffman2001-12-281-3/+6
* BUG: Don't generate build rules for header files.Amitha Perera2001-12-281-0/+4
* BUG: fix so you can remove a directory in the source tree, and clean up echo ...Bill Hoffman2001-12-211-4/+16
* ENH: fix for win98 check for directory existenceBill Hoffman2001-12-201-1/+6
* ENH: add make silent flag for nmake and move .SILENT: directive to top of mak...Bill Hoffman2001-12-201-4/+5
* ENH: add silent mode for makefile builds and fix borland and nmake after the ...Bill Hoffman2001-12-191-8/+13
* 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/+22
* Do not output library search path if the library path option/flag is empty + ...Sebastien Barre2001-12-071-18/+46
* Fix the command quoting pb (remove m_QuoteNextCommand), move ConvertToNativeP...Sebastien Barre2001-12-061-24/+35
* Add single quotes feature.Sebastien Barre2001-12-051-14/+53
* Add options for library manager (lib).Sebastien Barre2001-11-301-30/+32
* Add linker flags for each build typeSebastien Barre2001-11-301-4/+13
* fix library suffixBill Hoffman2001-11-301-1/+3
* ENH: fix various problems caused by the generalization of nmake generatorBill Hoffman2001-11-301-0/+1
* Nmake build: move most of hard-coded values to config parametersSebastien Barre2001-11-301-33/+48
* Fix space pb (embended, then escaped)Sebastien Barre2001-11-291-1/+2
* ENH: borland generator 2 is working more or lessBill Hoffman2001-11-281-0/+2
* add new borland generatorBill Hoffman2001-11-281-18/+19
* bug: fix same path comparison when short paths are usedBill Hoffman2001-11-281-1/+12