From c403f27a2de2327f5c895972e16a81d80968c40c Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 12 Mar 2012 14:40:58 -0400 Subject: Add $ expression to use an object library For now do not allow an OBJECT library to reference other object libraries. Teach cmTarget::ComputeLinkImplementation to include the languages of object libraries used by a target. --- Source/cmLocalVisualStudio6Generator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/cmLocalVisualStudio6Generator.h') diff --git a/Source/cmLocalVisualStudio6Generator.h b/Source/cmLocalVisualStudio6Generator.h index d36d633580..a680633c38 100644 --- a/Source/cmLocalVisualStudio6Generator.h +++ b/Source/cmLocalVisualStudio6Generator.h @@ -87,6 +87,8 @@ private: void ComputeLinkOptions(cmTarget& target, const char* configName, const std::string extraOptions, std::string& options); + void OutputObjects(cmTarget& target, const char* tool, + std::string& options); std::string GetTargetIncludeOptions(cmTarget &target); std::vector Configurations; -- cgit v1.2.1