Merge topic 'cleanup-object-file-names'

0996f2a Hide Makefile local object info inside local generator
67734be VS: Simplify object name computation
4ae7f36 Remove unused partial OBJECT_FILES property implementation
This commit is contained in:
Brad King
2012-03-13 11:53:28 -04:00
committed by CMake Topic Stage
18 changed files with 76 additions and 282 deletions
-3
View File
@@ -403,9 +403,6 @@ public:
// Define the properties
static void DefineProperties(cmake *cm);
// Compute the OBJECT_FILES property only when requested
void ComputeObjectFiles();
/** Get the macro to define when building sources in this target.
If no macro should be defined null is returned. */
const char* GetExportMacro();