summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix rerun of cmake commandBill Hoffman2004-05-211-3/+0
|
* BUG: make sure global generate is done when cmakelist file chagnes, also ↵Bill Hoffman2004-05-201-5/+0
| | | | make sure guids are stored in the cache so the .sln file does not change every time
* BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in idesBill Hoffman2004-04-231-1/+12
|
* ENH: allow verbose makefile flag to remove nologo from all commands so you ↵Bill Hoffman2004-04-231-0/+5
| | | | can see them in visual studio 6
* ENH: add support for static library property STATIC_LIBRARY_FLAGSBill Hoffman2004-04-221-2/+14
|
* BUG 178: make top level cmakelist file a source in ALL_BUILDBill Hoffman2004-04-221-4/+0
|
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-13/+14
|
* fix for long lines with post build rulesKen Martin2004-01-051-3/+3
|
* ENH: add relative paths to visual studio 6 and 7 project filesBill Hoffman2003-12-221-27/+38
|
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-181-2/+2
|
* BUG: hack fix for problem of MS vs 6 and custom target commandsBill Hoffman2003-11-031-0/+5
|
* BUG: fix for debug libs not using output pathBill Hoffman2003-11-031-1/+2
|
* ENH: Attempt to add debug library postfix for visual studio 6Andy Cedilnik2003-10-311-1/+46
|
* ENH: allow UNICODE to be specifed in the cxx flags and if not default to MBCSBill Hoffman2003-10-161-0/+6
|
* BUG: make sure exe output path is used for dep hack stuffBill Hoffman2003-08-281-2/+14
|
* bad evil nasty kenKen Martin2003-08-281-4/+4
|
* fix to executable depends for custom commandsKen Martin2003-08-281-3/+13
|
* BUG: fix bug with custom commands depending on executablesBill Hoffman2003-08-281-3/+13
|
* fid post build iue on vs6 utility targetsKen Martin2003-08-081-1/+36
|
* BUG: when creating rule files remove the IntDirBill Hoffman2003-07-311-0/+1
|
* ENH: Fully implemented SOURCE_GROUP command.Brad King2003-07-231-1/+1
|
* moved depend code into cmTargetKen Martin2003-06-241-87/+8
|
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-1/+3
| | | | cmRegularExpression.
* fix for bad assumptionKen Martin2003-06-171-1/+1
|
* fix for bad assumptionKen Martin2003-06-171-4/+9
|
* fix for vs6 rule filesKen Martin2003-06-161-0/+23
|
* more crazt changes source files now must match with full pathKen Martin2003-06-051-1/+5
|
* minor fixKen Martin2003-06-041-0/+4
|
* bug fix for vs6 custom commandsBill Hoffman2003-06-041-3/+3
|
* bug fixBill Hoffman2003-06-041-2/+2
|
* compielr warningsKen Martin2003-06-041-1/+1
|
* yikes added new custom command supportKen Martin2003-06-031-156/+211
|
* BUG: add linker flags for modulesBill Hoffman2003-05-051-0/+5
|
* Remove warningsAndy Cedilnik2003-03-271-2/+0
|
* Implement GetLineFromStream that actually works and use it instead of getlineAndy Cedilnik2003-03-271-12/+7
|
* BUG: fix crash with force cxx typeBill Hoffman2003-03-171-1/+5
|
* force cxx compiler for cxx filesBill Hoffman2003-03-171-6/+12
|
* use c flags with c and not cxx flags, also force c++ for c filesBill Hoffman2003-03-141-5/+10
|
* Several fixes/improvements:Brad King2003-02-071-6/+33
| | | | | | | | | | | | | - 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-6/+13
|
* fixed spelling mistakeKen Martin2003-01-221-1/+1
|
* BUG: fix CMAKE_C_FLAGS for visual studio 6, and add a test caseBill Hoffman2003-01-131-28/+39
|
* Add space between argumentsAndy Cedilnik2003-01-131-0/+4
|
* Use C flags too. Not exactly the right solution but it will have to do for now.Andy Cedilnik2003-01-121-3/+11
|
* better handling of ModuleKen Martin2002-12-171-2/+5
|
* BUG: Fixed quotes in output paths.Brad King2002-12-161-2/+2
|
* ENH: Added source file property OBJECT_DEPENDS to support generated header ↵Brad King2002-12-131-1/+23
| | | | files included in non-generated sources.
* Add check so that java projects build without C++Andy Cedilnik2002-12-111-43/+46
|
* Add support for comments on custom commands in visual studio 6Andy Cedilnik2002-12-101-1/+6
|
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-2/+10
|