Bill Hoffman
|
4ea0f6b949
|
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
2002-04-02 15:43:23 -05:00 |
Bill Hoffman
|
8b3b49a010
|
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
2002-03-29 10:06:30 -05:00 |
Bill Hoffman
|
7fc14a9cb4
|
ENH: use ccommand for del on windows
|
2002-03-26 12:38:52 -05:00 |
Bill Hoffman
|
8c3400dc6b
|
ENH: big change in the path handling, one function CreateOutputPath is used to escape spaces and convert to the native path type
|
2002-02-22 13:38:33 -05:00 |
Bill Hoffman
|
3c748ec5ad
|
ENH: add a virtual CreateMakeVariable to shorten makefile variables for borland make
|
2002-02-21 15:55:20 -05:00 |
Bill Hoffman
|
12c5f0fa26
|
ENH: fix for borland tlib files with dash in them problem.
|
2002-02-18 14:09:03 -05:00 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Bill Hoffman
|
d0397266d2
|
BUG: use borland run time dll for shared builds to avoid crashes
|
2002-01-12 22:55:35 -05:00 |
Bill Hoffman
|
ddc6117574
|
BUG: need a larger default page size
|
2002-01-08 17:18:51 -05:00 |
Amitha Perera
|
a9cdcba660
|
BUG: Don't generate build rules for header files.
|
2001-12-28 15:58:21 -05:00 |
Bill Hoffman
|
5291b7d025
|
ENH: fix for win98 check for directory existence
|
2001-12-20 17:00:52 -05:00 |
Bill Hoffman
|
d1f66133a2
|
ENH: use better command for creating static library
|
2001-12-20 15:45:37 -05:00 |
Bill Hoffman
|
b67dc16be6
|
ENH: add silent mode for makefile builds and fix borland and nmake after the depend stuff
|
2001-12-19 18:45:22 -05:00 |
Brad King
|
633041837c
|
ENH: Improved dependency generation. If any cmake.depends is out of date, all of them in the tree are re-generated. This is necessary in certain cases when CMakeLists.txt files change.
|
2001-12-18 10:21:59 -05:00 |
Bill Hoffman
|
30a56de4b7
|
ENH: add custom commands for targets
|
2001-12-07 10:58:06 -05:00 |
Sebastien Barre
|
dea1309e8d
|
Fix the command quoting pb (remove m_QuoteNextCommand), move ConvertToNativePath to NMake gen
|
2001-12-06 13:32:28 -05:00 |
Bill Hoffman
|
2bdcc9ae7e
|
ENH: fix debugging with borland
|
2001-12-03 17:01:40 -05:00 |
Bill Hoffman
|
0d3eefb1f1
|
new borland generator moved into place
|
2001-11-30 16:48:52 -05:00 |