David Cole
|
ca2a16c0a2
|
ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
|
2008-02-15 11:49:58 -05:00 |
Bill Hoffman
|
8a83f09637
|
ENH: fix for bug 3218 dependant projects are written out automatically if they are in the project. Also fix bug 5829, remove hard coded CMAKE_CONFIGURATION_TYPES from vs 7 generator
|
2008-01-30 12:04:38 -05:00 |
Bill Hoffman
|
b0bc59f709
|
ENH: commit fix for putting everything in the build on vs
|
2006-11-09 09:57:23 -05:00 |
Brad King
|
9a1d4e92eb
|
BUG: Fix/cleanup custom commands and custom targets. Make empty comment 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.
|
2006-09-28 16:40:35 -04:00 |
Ken Martin
|
bf0cb4d49a
|
STYLE: fix line length
|
2006-05-11 11:47:03 -04:00 |
Brad King
|
bc135b7fc2
|
BUG: MSVC* variables should be set in IDE generators instead of just NMake.
|
2006-05-05 20:54:53 -04:00 |
Ken Martin
|
3d96e52261
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
Bill Hoffman
|
89e5fc63fe
|
STYLE: fix line lengths
|
2006-03-10 13:54:57 -05:00 |
Brad King
|
bd0b829ffb
|
BUG: Fixed generation of VS8 solution file to not be re-written when loaded by VS and to work with msbuild.
|
2006-02-14 15:35:34 -05:00 |
Ken Martin
|
369308ca76
|
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
2005-06-22 09:06:46 -04:00 |
Brad King
|
48702f8a8d
|
COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions.
|
2005-04-29 10:11:24 -04:00 |
Brad King
|
3b81a43294
|
ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets build before being installed.
|
2005-04-28 16:21:28 -04:00 |
Bill Hoffman
|
444dbd3309
|
BUG: fix external project command for VS 7 and 71
|
2004-09-15 15:15:46 -04:00 |
Bill Hoffman
|
94d8d25fd3
|
ENH: update vs71 generator to support excluded subdirs
|
2004-03-10 14:33:18 -05:00 |
Bill Hoffman
|
6e9a96119c
|
ENH: fix some warnings
|
2003-11-26 16:04:01 -05:00 |
Brad King
|
e5ed57ec18
|
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
2003-07-07 21:52:10 -04:00 |
Bill Hoffman
|
32ca9c83cd
|
Change name of 71 generator
|
2003-05-13 11:42:45 -04:00 |
Bill Hoffman
|
6112e7fc16
|
add support for vs 71
|
2003-05-08 16:59:27 -04:00 |