diff options
author | Brad King <brad.king@kitware.com> | 2014-07-15 14:48:22 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-07-15 14:48:22 (GMT) |
commit | 49bf3e7d8daab2a1e7ba435d011618bd2c516766 (patch) | |
tree | 8fe79ed515c5be988f7e288f5193a478f00bca50 /Source/cmGlobalVisualStudio6Generator.h | |
parent | 41fc00820ac5c61265a889dc15021fb2d26fe56f (diff) | |
parent | 8a205b980c8dc088aa2c9f91adb90d57a65fa560 (diff) | |
download | CMake-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.h | 2 |
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: |