Revision b291d9e756b76ce85ebcc314c14de532e8ad477f authored by Brad King on 19 March 2012, 21:14:52 UTC, committed by Brad King on 20 March 2012, 13:01:02 UTC
Commit 9a6ff950 (Fix for bug where VS2010 did not use .obj files,
2011-04-01) assumed that if an external object is GENERATED that it is
the output of a custom command in the current target.  If it is
generated by another target then VS will not automatically include the
external object in the current target.  This bug was preserved by the
refactoring in the parent commit.

Instead use <None> for external objects generated by a custom command in
the current target and <Object> for all other external objects.  Update
the ExternalOBJ test to cover this case.
1 parent 328c0f6
History
File Mode Size
cmake-completion -rw-r--r-- 6.5 KB
cmake-help.vim -rw-r--r-- 668 bytes
cmake-indent.vim -rw-r--r-- 2.8 KB
cmake-mode.el -rw-r--r-- 11.3 KB
cmake-syntax.vim -rw-r--r-- 4.4 KB

back to top