summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: put error checking for missing linker languagesBill Hoffman2004-10-271-0/+6
* ENH: add the ability to generate custom commands for a language that is not s...Bill Hoffman2004-10-211-1/+5
* BUG: make sure release flags are replacedBill Hoffman2004-09-271-1/+2
* BUG: fix crash with vs6Ken Martin2004-09-241-24/+27
* fix compilationBill Hoffman2004-09-221-1/+0
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-30/+26
* BUG: fix for bug 1041, _MBCS sometimes added for UNIICODE which is badBill Hoffman2004-09-171-1/+3
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-0/+1
* ENH: use GetRequiredDefinition instead of GetDefinition and crashBill Hoffman2004-08-111-15/+15
* ENH: fix rerun of cmake commandBill Hoffman2004-05-211-3/+0
* BUG: make sure global generate is done when cmakelist file chagnes, also make...Bill Hoffman2004-05-201-5/+0
* 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 ca...Bill Hoffman2004-04-231-0/+5
* 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 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