summaryrefslogtreecommitdiffstats
path: root/Source/cmNMakeMakefileGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | cmakelist file. Instead, run make depend in the current directory if a source file changes, or if a .h file changes or is removed
* 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
| | | | of commands
* 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 ↵Bill Hoffman2001-12-201-4/+5
| | | | makefile
* ENH: add silent mode for makefile builds and fix borland and nmake after the ↵Bill Hoffman2001-12-191-8/+13
| | | | 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/+22
|
* Do not output library search path if the library path option/flag is empty + ↵Sebastien Barre2001-12-071-18/+46
| | | | add CMAKE_LINKER_HIDE_PARAMETERS since some linkers just do not support the @<< syntax
* Fix the command quoting pb (remove m_QuoteNextCommand), move ↵Sebastien Barre2001-12-061-24/+35
| | | | ConvertToNativePath to NMake gen
* 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
|
* ENH: nmake generator much closer to working with spacesBerk Geveci2001-11-271-14/+74
|
* NMake with spaces in directoriesBill Hoffman2001-11-211-17/+54
|
* ENH: closer to working with spaces in source directoryBerk Geveci2001-11-201-5/+10
|
* ENH: fix for dll buildsBill Hoffman2001-11-161-11/+19
|
* ENH: use crazy temp files for long command linesBill Hoffman2001-11-151-3/+5
|
* ENH: remove debug printsBill Hoffman2001-11-151-5/+3
|
* closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND ↵Bill Hoffman2001-11-151-4/+47
| | | | used by Dart, nmake makefiles work with borland make and nmake
* ENH: fix library builds with nmakeBill Hoffman2001-11-151-4/+21
|
* closer to nmake buildBill Hoffman2001-11-141-11/+132
|
* nmake supportBill Hoffman2001-11-141-1/+160
|
* start work on nmake generatorBill Hoffman2001-11-131-0/+117