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
|
24 years ago |
Bill Hoffman
|
3c748ec5ad
ENH: add a virtual CreateMakeVariable to shorten makefile variables for borland make
|
24 years ago |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
Bill Hoffman
|
5e8f9427d1
BUG: fix build of library in other directory if it is not there
|
24 years ago |
Bill Hoffman
|
d253ef49bc
BUG: put back recursive call to make for checking sources
|
24 years ago |
Bill Hoffman
|
d1fb9d757f
ENH: remove one call to make, and clean echo stuff a bit
|
24 years ago |
Bill Hoffman
|
e4843d83a4
ENH: remove the rule to run make depend from the top with each change in any cmakelist file. Instead, run make depend in the current directory if a source file changes, or if a .h file changes or is removed
|
24 years ago |
Amitha Perera
|
a9cdcba660
BUG: Don't generate build rules for header files.
|
24 years ago |
Bill Hoffman
|
2c7bb2bf34
BUG: fix so you can remove a directory in the source tree, and clean up echo of commands
|
24 years ago |
Bill Hoffman
|
5291b7d025
ENH: fix for win98 check for directory existence
|
24 years ago |
Bill Hoffman
|
9402460977
ENH: add make silent flag for nmake and move .SILENT: directive to top of makefile
|
24 years ago |
Bill Hoffman
|
b67dc16be6
ENH: add silent mode for makefile builds and fix borland and nmake after the depend stuff
|
24 years ago |
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.
|
24 years ago |
Bill Hoffman
|
30a56de4b7
ENH: add custom commands for targets
|
24 years ago |
Sebastien Barre
|
0a5f763bbe
Do not output library search path if the library path option/flag is empty + add CMAKE_LINKER_HIDE_PARAMETERS since some linkers just do not support the @<< syntax
|
24 years ago |
Sebastien Barre
|
dea1309e8d
Fix the command quoting pb (remove m_QuoteNextCommand), move ConvertToNativePath to NMake gen
|
24 years ago |
Sebastien Barre
|
ecca17cfdd
Add single quotes feature.
|
24 years ago |
Sebastien Barre
|
5b251bde7e
Add options for library manager (lib).
|
24 years ago |
Sebastien Barre
|
a7c293a99e
Add linker flags for each build type
|
24 years ago |
Bill Hoffman
|
cb23279833
fix library suffix
|
24 years ago |
Bill Hoffman
|
c80c5d245d
ENH: fix various problems caused by the generalization of nmake generator
|
24 years ago |
Sebastien Barre
|
f670003d24
Nmake build: move most of hard-coded values to config parameters
|
24 years ago |
Sebastien Barre
|
e8dade9420
Fix space pb (embended, then escaped)
|
24 years ago |
Bill Hoffman
|
e7bb895afd
ENH: borland generator 2 is working more or less
|
24 years ago |
Bill Hoffman
|
fd516c022d
add new borland generator
|
24 years ago |
Bill Hoffman
|
ed50410ae7
bug: fix same path comparison when short paths are used
|
24 years ago |
Berk Geveci
|
0180d3156f
ENH: nmake generator much closer to working with spaces
|
24 years ago |
Bill Hoffman
|
12551a33c3
NMake with spaces in directories
|
24 years ago |
Berk Geveci
|
f3d63c1932
ENH: closer to working with spaces in source directory
|
24 years ago |
Bill Hoffman
|
25ac768763
ENH: fix for dll builds
|
24 years ago |