summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio71Generator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: make LOCATION an computed property of the target and get rid of a bunch ↵Ken Martin2005-06-221-6/+4
| | | | of const junk
* COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the ↵Brad King2005-04-291-24/+4
| | | | AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions.
* ENH: Added dependency from INSTALL target to ALL_BUILD target so that ↵Brad King2005-04-281-11/+33
| | | | targets build before being installed.
* BUG: fix for bug 1702, better error message for GUID missingBill Hoffman2005-04-051-2/+11
|
* ENH: add support for out of source sourceKen Martin2005-03-141-5/+5
|
* ENH: Updated implementation of custom commands. Multiple command lines are ↵Brad King2005-02-221-7/+6
| | | | now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
* BUG: fix external project command for VS 7 and 71Bill Hoffman2004-09-151-0/+40
|
* ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton StimpsonBill Hoffman2004-09-151-11/+15
|
* bug fixes for external projectsBill Hoffman2004-09-141-4/+15
|
* BUG: fix include external project bugBill Hoffman2004-09-141-1/+0
|
* fix include order because of GetCurrentDirectory define and windows.h problemBill Hoffman2004-06-151-2/+2
|
* BUG: fix sub project path problemBill Hoffman2004-06-141-1/+2
|
* BUG: fix for 871, include external should work for 7.1 and 7.0Bill Hoffman2004-06-011-3/+3
|
* BUG: make sure global generate is done when cmakelist file chagnes, also ↵Bill Hoffman2004-05-201-6/+6
| | | | make sure guids are stored in the cache so the .sln file does not change every time
* ERR: Fix install on VS71Andy Cedilnik2004-04-211-3/+14
|
* ENH: update vs71 generator to support excluded subdirsBill Hoffman2004-03-101-1/+6
|
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-181-1/+1
|
* ENH: fix some warningsBill Hoffman2003-11-261-15/+45
|
* ENH: Registered global generators are now kept in a table in the cmake ↵Brad King2003-07-081-1/+7
| | | | instance. Added support for documentation with a Generators section.
* yikes added new custom command supportKen Martin2003-06-031-2/+3
|
* Remove some borland 6 warningsBill Hoffman2003-05-281-2/+0
|
* add support for vs 71Bill Hoffman2003-05-081-0/+286