Brad King
|
537e2b4ed5
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
|
20 years ago |
Brad King
|
60cd72d01c
ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_cache and similar rules from internal makefiles.
|
20 years ago |
Ken Martin
|
141ad7645e
ENH: some reorg of the unix makefile generator
|
20 years ago |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
20 years ago |
Bill Hoffman
|
185cb0b5bf
ENH: allow for - in the name of targets for nmake
|
20 years ago |
Ken Martin
|
96d754046a
ENH: more cleanup and removal of old code
|
20 years ago |
Ken Martin
|
5d35fd4b7e
ENH: cleanup and remove some old code
|
20 years ago |
Bill Hoffman
|
07ef88c985
ENH: add COMPILE_FLAGS to targets
|
20 years ago |
Bill Hoffman
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 years ago |
Brad King
|
8340c0d186
ENH: Further centralized custom command dependency computation. Custom command dependencies in the source tree may now also be specified relative to the source directory.
|
20 years ago |
Brad King
|
327489ae59
COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.
|
20 years ago |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 years ago |
Bill Hoffman
|
7b1440ab9f
ENH: fix bundles for Mac and Xcode
|
20 years ago |
Bill Hoffman
|
61e056e2dc
BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the help
|
20 years ago |
Bill Hoffman
|
9b0a485c75
ENH: fix so verbose is put in the correct place
|
20 years ago |
Bill Hoffman
|
552842d11f
ENH: make sure -F is not duplicated
|
20 years ago |
Bill Hoffman
|
79479233d4
ENH: remove warning
|
20 years ago |
Bill Hoffman
|
452925649a
ENH: add better support for framework linking
|
20 years ago |
Bill Hoffman
|
f6588b7919
ENH: fix borland make clean targets before build, add new generators for msys and mingw
|
20 years ago |
Brad King
|
5b95c0a881
BUG: Libraries and executables that are built with version numbers and symlinks should be built by a rule using the real file name. The symlink file names should be rules that just depend on the main rule. This way if a version number changes a target will re-link with the new name and the symlinks will be updated.
|
20 years ago |
Brad King
|
9f38df7046
COMP: Fix conversion warning.
|
20 years ago |
Brad King
|
163e3ff56c
ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has the ivar m_Makefile now. Re-implemented cmLocalUnixMakefileGenerator3::AppendAnyDepend to use the new global knowledge and avoid the need to look at the cache for information about other targets. This should fix problems with custom commands and executables with the OUTPUT_NAME set. Also the <target>_LIBRARY_TYPE cache variable is no longer needed at all and has been removed.
|
20 years ago |
Ken Martin
|
c3c349109b
ENH: removed TARGET_DIR_PREFIX support and someother fix
|
20 years ago |
Bill Hoffman
|
92b6c8e742
PERF: apply patch for bug 2575 speeds up depend scanning
|
20 years ago |
Brad King
|
70b4e1051e
BUG: Fixed support for external object files built by custom commands. Also added a test to keep it working.
|
20 years ago |
Bill Hoffman
|
08be73fff1
BUG: make the clean target work
|
20 years ago |
Ken Martin
|
52edb9c483
ENH: fix for bad placement of SILENT target
|
20 years ago |
Ken Martin
|
8a1f581bd3
BUG: symlink issue
|
20 years ago |
Ken Martin
|
017af44ca3
BUG: fix bad checkin that had debugging code in it
|
20 years ago |
Ken Martin
|
4c32cfb3a3
BUG: fix over checking of build system
|
20 years ago |