浏览代码

STYLE: Added TODO comment for another missing feature (external object files).

Brad King 21 年之前
父节点
当前提交
b37b661087
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/cmLocalUnixMakefileGenerator2.cxx

+ 1 - 0
Source/cmLocalUnixMakefileGenerator2.cxx

@@ -41,6 +41,7 @@
 // TODO: Identify remaining relative path violations.
 // TODO: Identify remaining relative path violations.
 // TODO: Add test to drive installation through native build system.
 // TODO: Add test to drive installation through native build system.
 // TODO: Is there a case where quoted object list fails and unquoted works?
 // TODO: Is there a case where quoted object list fails and unquoted works?
+// TODO: External object file feature.
 
 
 // TODO: Fortran support:
 // TODO: Fortran support:
 //  - This needs a "provides-requires" mode for the .o files in a target.
 //  - This needs a "provides-requires" mode for the .o files in a target.