summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Adding image version number (major.minor) property to windows binaries. ↵Brad King2006-10-161-0/+1
| | | | Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219.
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment ↵Brad King2006-09-281-1/+1
| | | | 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.
* BUG: Fix for VS.NET 2003 SP1 to make sure global target and utility target ↵Brad King2006-08-261-0/+1
| | | | rules run every time.
* ENH: Moved unique object file name computation from ↵Brad King2006-07-111-5/+5
| | | | cmLocalUnixMakefileGenerator3 up to cmLocalGenerator for use by all generators. Created cmLocalVisualStudioGenerator as superclass for all VS generators. Implemented on-demand unique object file name computation for VS 7 generator to avoid slow compiles when all sources are in subdirectories.
* STYLE: fix line lengthKen Martin2006-05-121-2/+4
|
* ENH: Added support for multiple outputs generated by a single custom ↵Brad King2006-04-111-1/+1
| | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-0/+2
| | | | warnings produced by building for win64
* STYLE: minor comment cleanupsKen Martin2006-03-161-1/+1
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-8/+8
|
* ENH: fix line length style stuffBill Hoffman2006-03-101-1/+2
|
* BUG: Fixed generation of cmake re-run rules.Brad King2006-02-091-1/+1
|
* BUG: VS7 generator should use per-configuration linker flags for targets. ↵Brad King2006-01-271-0/+2
| | | | This addresses bug#2765.
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify.
* ENH: Generator now creates a separate intermediate files directory for each ↵Brad King2005-07-271-0/+1
| | | | target. This is needed for MSVC 8 to support parallel builds.
* FIX: apply patch from bug# 1965Bill Hoffman2005-07-131-0/+2
|
* ENH: make LOCATION an computed property of the target and get rid of a bunch ↵Ken Martin2005-06-221-14/+9
| | | | of const junk
* ENH: big change that includes immediate subdir support, removing the notion ↵Ken Martin2005-03-181-6/+2
| | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
* ENH: fix bug 1324Bill Hoffman2005-02-101-1/+2
|
* ENH: use a map to fill out flags, and keep command line consistent with the GUIBill Hoffman2004-07-141-0/+4
|
* ENH: add support for VCExpress 2005Bill Hoffman2004-07-051-2/+3
|
* BUG: make sure global generate is done when cmakelist file chagnes, also ↵Bill Hoffman2004-05-201-1/+1
| | | | make sure guids are stored in the cache so the .sln file does not change every time
* yikes added new custom command supportKen Martin2003-06-031-9/+5
|
* add support for vs 71Bill Hoffman2003-05-081-26/+2
|
* Several fixes/improvements:Brad King2003-02-071-0/+1
| | | | | | | | | | | | | - Fixed CollapseFullPath to work on relative paths with base paths not in the current working directory. - INCLUDE command now supports relative paths (using above fix). - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to unwind symlinks and relative paths. - Fixed libName_EXPORTS macro definition to be valid C identifier. - Added DEFINE_SYMBOL target propterty for customizing the export symbol. - Implemented LINK_FLAGS target propterty for libraries in VC6 and VC7. Several of these fixes were contributed by Gareth Jones.
* Add support for comments on custom commands in visual studio 7Andy Cedilnik2002-12-101-0/+1
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-7/+7
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* new archKen Martin2002-09-041-0/+151