Brad King
|
a04fa127a8
|
ERR: Missed one EscapeSpaces call.
|
2001-04-09 10:53:17 -04:00 |
Brad King
|
e0da3ef275
|
ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output.
|
2001-04-09 10:31:36 -04:00 |
Brad King
|
8c087d0e7a
|
ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles.
|
2001-03-20 13:20:59 -05:00 |
Brad King
|
5fc8300476
|
ENH: Added utility dependency support. Now a project can depend on other executables as well as link libraries.
|
2001-03-09 10:53:32 -05:00 |
Brad King
|
670afe1fc0
|
ENH: Added output of defines flags as part of INCLUDE_FLAGS.
|
2001-03-08 17:38:46 -05:00 |
Brad King
|
fe25e5873b
|
ENH: Added output of a custom command's m_Source as a dependency.
|
2001-03-08 17:31:59 -05:00 |
Brad King
|
278bcbd7be
|
ENH: Added custom rule support to cmUnixMakefileGenerator.
|
2001-03-02 16:04:26 -05:00 |
Will Schroeder
|
9f98906e92
|
BUG: repeat all -l options to avoid having to worry about link order.
|
2001-03-02 13:47:33 -05:00 |
Brad King
|
d31ce24413
|
ERR: Fixed warnings (int->unsigned int and a few others).
|
2001-02-23 10:40:13 -05:00 |
Bill Hoffman
|
89e037ee19
|
ENH: first pass at cache, clean up the unix generator, clean up configure.in some
|
2001-02-19 15:13:48 -05:00 |
Will Schroeder
|
88bbc0c30d
|
ENH:Documentation and cleanups
|
2001-01-11 14:47:38 -05:00 |
Bill Hoffman
|
26f072dfe1
|
BUG: look for -l and -L only at the begining of a link string
|
2001-01-09 15:13:26 -05:00 |
Bill Hoffman
|
c54a05bfc7
|
ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMakeLists.txt files.
|
2001-01-05 11:41:20 -05:00 |