summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-15 14:48:22 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-07-15 14:48:22 (GMT)
commit49bf3e7d8daab2a1e7ba435d011618bd2c516766 (patch)
tree8fe79ed515c5be988f7e288f5193a478f00bca50 /Source/cmGlobalVisualStudio6Generator.h
parent41fc00820ac5c61265a889dc15021fb2d26fe56f (diff)
parent8a205b980c8dc088aa2c9f91adb90d57a65fa560 (diff)
downloadCMake-49bf3e7d8daab2a1e7ba435d011618bd2c516766.zip
CMake-49bf3e7d8daab2a1e7ba435d011618bd2c516766.tar.gz
CMake-49bf3e7d8daab2a1e7ba435d011618bd2c516766.tar.bz2
Merge topic 'target-legacy-depends-only-for-vs6'
8a205b98 cmTarget: Compile old-style link dependencies only for VS 6 d57be904 cmTarget: Run old-style link dependencies only for VS 6 b3b44d13 cmTarget: Rename old-style link dependencies code as "ForVS6" 80cb12bb export_library_dependencies: Use original link libraries internally
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.h b/Source/cmGlobalVisualStudio6Generator.h
index 2797e11..b2fd28f 100644
--- a/Source/cmGlobalVisualStudio6Generator.h
+++ b/Source/cmGlobalVisualStudio6Generator.h
@@ -91,6 +91,8 @@ public:
virtual void FindMakeProgram(cmMakefile*);
+ virtual bool IsForVS6() const { return true; }
+
protected:
virtual const char* GetIDEVersion() { return "6.0"; }
private: