Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix utility dependencies for static libraries in VS generators. This ↵ | Brad King | 2007-04-04 | 1 | -0/+4 |
| | | | | addresses bug#4789. | ||||
* | BUG: Split precompiled header flags into a separate per-global-generator ↵ | Brad King | 2007-03-12 | 1 | -0/+1 |
| | | | | flag map. This is needed because the flag mappings differ across VS IDE versions. This fixes bug#3512 for VS8 where as the previous fix only worked for VS7. | ||||
* | ENH: commit fix for putting everything in the build on vs | Bill Hoffman | 2006-11-09 | 1 | -1/+1 |
| | |||||
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment ↵ | Brad King | 2006-09-28 | 1 | -1/+2 |
| | | | | strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -1/+2 |
| | |||||
* | BUG: MSVC* variables should be set in IDE generators instead of just NMake. | Brad King | 2006-05-06 | 1 | -0/+1 |
| | |||||
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵ | Bill Hoffman | 2006-03-30 | 1 | -0/+1 |
| | | | | warnings produced by building for win64 | ||||
* | BUG: Fixed generation of VS8 solution file to not be re-written when loaded ↵ | Brad King | 2006-02-14 | 1 | -0/+3 |
| | | | | by VS and to work with msbuild. | ||||
* | ENH: Added support for parallel builds in VS 8. There is now a special ↵ | Brad King | 2005-12-13 | 1 | -0/+8 |
| | | | | target on which all other targets depend that re-runs CMake if any listfiles have been changed. This addresses bug#2512. | ||||
* | ENH: add support for VCExpress 2005 | Bill Hoffman | 2004-07-05 | 1 | -0/+48 |