summaryrefslogtreecommitdiffstats
path: root/Source/cmNMakeMakefileGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* new archKen Martin2002-09-121-101/+0
|
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-0/+1
|
* BUG: fix jump to directory and build for nmake if library path is not set. ↵Bill Hoffman2002-07-311-4/+5
| | | | combine OutputBuildExecutableInDir and OutputBuildLibraryInDir into OutputBuildTargetInDir
* use lower case and not short path for uniq paths on windowBill Hoffman2002-06-111-1/+1
|
* ENH: make CMake less verbose/preciousSebastien Barre2002-04-221-1/+2
|
* 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
* BUG: fix for files with dashes in themBill Hoffman2002-03-141-0/+3
|
* ENH: big change in the path handling, one function CreateOutputPath is used ↵Bill Hoffman2002-02-221-1/+1
| | | | to escape spaces and convert to the native path type
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* Fix the command quoting pb (remove m_QuoteNextCommand), move ↵Sebastien Barre2001-12-061-4/+1
| | | | ConvertToNativePath to NMake gen
* ENH: borland generator 2 is working more or lessBill Hoffman2001-11-281-1/+3
|
* add new borland generatorBill Hoffman2001-11-281-0/+4
|
* bug: fix same path comparison when short paths are usedBill Hoffman2001-11-281-1/+3
|
* ENH: nmake generator much closer to working with spacesBerk Geveci2001-11-271-0/+4
|
* closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND ↵Bill Hoffman2001-11-151-0/+2
| | | | used by Dart, nmake makefiles work with borland make and nmake
* ENH: fix library builds with nmakeBill Hoffman2001-11-151-0/+5
|
* closer to nmake buildBill Hoffman2001-11-141-1/+3
|
* nmake supportBill Hoffman2001-11-141-0/+24
|
* start work on nmake generatorBill Hoffman2001-11-131-0/+77