summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio6Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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 cmRegularExpr...Brad King2003-06-231-1/+3
* 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
* 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 fi...Brad King2002-12-131-1/+23
* 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
* Revert back to 1.5, since it is fixed in ConvertToOutputPath and this breaks ...Andy Cedilnik2002-11-221-3/+3
* Fix for network paths with spaceAndy Cedilnik2002-11-211-3/+3
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-13/+13
* Fix a bug in generator. This one is good: This bug is only present on Windows...Ken Martin2002-10-011-1/+1
* updated to use ConfigureFinalPassKen Martin2002-09-151-3/+0
* compiler warningsKen Martin2002-09-081-1/+1