From b37b661087ee2aa4bb877659ad65f2ce9cf5dba4 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 18 Jan 2005 11:15:35 -0500 Subject: [PATCH] STYLE: Added TODO comment for another missing feature (external object files). --- Source/cmLocalUnixMakefileGenerator2.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmLocalUnixMakefileGenerator2.cxx b/Source/cmLocalUnixMakefileGenerator2.cxx index a0e18f21c..73756f707 100644 --- a/Source/cmLocalUnixMakefileGenerator2.cxx +++ b/Source/cmLocalUnixMakefileGenerator2.cxx @@ -41,6 +41,7 @@ // TODO: Identify remaining relative path violations. // TODO: Add test to drive installation through native build system. // TODO: Is there a case where quoted object list fails and unquoted works? +// TODO: External object file feature. // TODO: Fortran support: // - This needs a "provides-requires" mode for the .o files in a target.