[cmake-commits] king committed cmTarget.cxx 1.176 1.177

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jan 21 13:59:12 EST 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv7143/Source

Modified Files:
	cmTarget.cxx 
Log Message:
BUG: Added missing documentation of LINK_FLAGS_<CONFIG> property.


Index: cmTarget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTarget.cxx,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -d -r1.176 -r1.177
--- cmTarget.cxx	17 Jan 2008 23:13:55 -0000	1.176
+++ cmTarget.cxx	21 Jan 2008 18:59:10 -0000	1.177
@@ -193,6 +193,11 @@
      "for example, DEBUG, RELEASE, MINSIZEREL, RELWITHDEBINFO. ");
 
   cm->DefineProperty
+    ("LINK_FLAGS_<CONFIG>", cmProperty::TARGET,
+     "Per-configuration linker flags for a target.",
+     "This is the configuration-specific version of LINK_FLAGS.");
+
+  cm->DefineProperty
     ("LINKER_LANGUAGE", cmProperty::TARGET,
      "What tool to use for linking, based on language.",
      "The LINKER_LANGUAGE property is used to change the tool "
@@ -393,7 +398,6 @@
   // define some properties without documentation
   cm->DefineProperty("DEBUG_OUTPUT_NAME", cmProperty::TARGET,0,0);
   cm->DefineProperty("RELEASE_OUTPUT_NAME", cmProperty::TARGET,0,0);
-  cm->DefineProperty("LINK_FLAGS_DEBUG", cmProperty::TARGET,0,0);
 }
 
 void cmTarget::SetType(TargetType type, const char* name)



More information about the Cmake-commits mailing list