summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Properly build WIN32 executablesAndy Cedilnik2004-03-091-3/+3
|
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-4/+1
|
* BUG: .lib from a .dll should go in m_LibraryOutputPath not ↵Bill Hoffman2004-01-231-1/+1
| | | | m_ExecutableOutputPath
* BUG: fix for debug flags into project filesBill Hoffman2004-01-231-1/+29
|
* ENH: add relative paths to visual studio 6 and 7 project filesBill Hoffman2003-12-221-9/+9
|
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-181-2/+2
|
* BUG#393: Adding XML escaping for additional per-source compile flags.Brad King2003-11-211-4/+3
|
* BUG: fix for 363, VCMIDLTool not used for idl filesBill Hoffman2003-11-111-1/+6
|
* BUG: add preprocessor flags to resource compilerBill Hoffman2003-10-281-2/+5
|
* BUG: make sure -M flags are not duplicated and are only set in the xmlBill Hoffman2003-10-171-14/+26
|
* BUG: fix for unicode and for /D -DBill Hoffman2003-10-171-1/+4
|
* ENH: allow users to change to unicodeBill Hoffman2003-10-161-8/+20
|
* BUG: fix for bug 78 should be on 1.8 branchBill Hoffman2003-10-161-36/+88
|
* BUG: Check for whether to use CMAKE_EXE_LINKER_FLAGS should look both for ↵Brad King2003-09-241-1/+2
| | | | EXECUTABLE and WIN32_EXECUTABLE targets.
* BUG: make sure exe output path is used for dep hack stuffBill Hoffman2003-08-281-2/+14
|
* fix to executable depends for custom commandsKen Martin2003-08-281-1/+11
|
* BUG: fix bug with custom commands depending on executablesBill Hoffman2003-08-281-3/+13
|
* BUG: fix for bugs 125 - 128, and a fix for the bug introduced by the bug fix ↵Bill Hoffman2003-08-071-2/+2
| | | | for but 92. & was being replaced with &amp, but after double quote was replaced with &quot causing it to be &quot. Also add more search paths for mpi
* BUG#92 - Added XML escaping for <, >, and &.Brad King2003-08-051-0/+9
|
* ENH: Fully implemented SOURCE_GROUP command.Brad King2003-07-231-1/+1
|
* ENH: add linker flagsBill Hoffman2003-07-031-6/+26
|
* moved depend code into cmTargetKen Martin2003-06-241-88/+8
|
* fix for bad assumption on custom rulesKen Martin2003-06-171-5/+10
|
* more crazt changes source files now must match with full pathKen Martin2003-06-051-1/+5
|
* ENH: allow duplicate commands with the same output to be reduced ↵Bill Hoffman2003-06-041-1/+1
| | | | automatically to one command
* compielr warningsKen Martin2003-06-041-2/+1
|
* yikes added new custom command supportKen Martin2003-06-031-190/+237
|
* add support for vs 71Bill Hoffman2003-05-081-3/+12
|
* BUG: remove 64 bit warningsBill Hoffman2003-05-051-2/+1
|
* BUG: fix crash with force cxx typeBill Hoffman2003-03-171-1/+5
|
* force cxx compiler for cxx filesBill Hoffman2003-03-171-6/+12
|
* Force c++ builds for c++ filesBill Hoffman2003-03-141-0/+1
|
* Several fixes/improvements:Brad King2003-02-071-5/+36
| | | | | | | | | | | | | - 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.
* added option to shut off automatic rebuildingKen Martin2003-02-061-7/+15
|
* some clean up in link directoriesKen Martin2002-12-171-8/+35
|
* BUG: Cannot remove quotes from defined flags.Brad King2002-12-161-1/+2
|
* BUG: Fixed quotes in output paths.Brad King2002-12-161-4/+2
|
* ENH: Added source file property OBJECT_DEPENDS to support generated header ↵Brad King2002-12-131-6/+36
| | | | files included in non-generated sources.
* Add check so that java projects build without C++Andy Cedilnik2002-12-111-1/+4
|
* Add support for comments on custom commands in visual studio 7Andy Cedilnik2002-12-101-4/+16
|
* add support for CMAKE_C_FLAGS and handle quotes in CMAKE_CXX_FLAGSBill Hoffman2002-11-221-3/+17
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-9/+9
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* Try to fix quoted definitionsAndy Cedilnik2002-09-231-1/+1
|
* defines cannot have quotes in themKen Martin2002-09-221-0/+1
|
* updated to use ConfigureFinalPassKen Martin2002-09-151-3/+0
|
* compiler warningsKen Martin2002-09-081-1/+1
|
* new archKen Martin2002-09-041-0/+906