Brad King
|
09e398fa9f
Create VS generator GetRegistryBase method
|
16 years ago |
Bill Hoffman
|
3d1c12b802
ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties instead, fix VXExternalInclude test for VS10
|
16 years ago |
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.
|
17 years ago |
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
|
18 years ago |
Bill Hoffman
|
b0bc59f709
ENH: commit fix for putting everything in the build on vs
|
19 years ago |
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.
|
19 years ago |
Ken Martin
|
bf0cb4d49a
STYLE: fix line length
|
19 years ago |
Brad King
|
bc135b7fc2
BUG: MSVC* variables should be set in IDE generators instead of just NMake.
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Bill Hoffman
|
89e5fc63fe
STYLE: fix line lengths
|
19 years ago |
Brad King
|
bd0b829ffb
BUG: Fixed generation of VS8 solution file to not be re-written when loaded by VS and to work with msbuild.
|
20 years ago |
Ken Martin
|
369308ca76
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
20 years ago |
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.
|
20 years ago |
Brad King
|
3b81a43294
ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets build before being installed.
|
20 years ago |
Bill Hoffman
|
444dbd3309
BUG: fix external project command for VS 7 and 71
|
21 years ago |
Bill Hoffman
|
94d8d25fd3
ENH: update vs71 generator to support excluded subdirs
|
21 years ago |
Bill Hoffman
|
6e9a96119c
ENH: fix some warnings
|
22 years ago |
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.
|
22 years ago |
Bill Hoffman
|
32ca9c83cd
Change name of 71 generator
|
22 years ago |
Bill Hoffman
|
6112e7fc16
add support for vs 71
|
22 years ago |