Просмотр исходного кода

Help: note that Ninja also uses OBJECT_OUTPUTS

Ben Boeckel 7 лет назад
Родитель
Сommit
2dd0cb7aeb
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      Help/prop_sf/OBJECT_OUTPUTS.rst

+ 3 - 3
Help/prop_sf/OBJECT_OUTPUTS.rst

@@ -1,9 +1,9 @@
 OBJECT_OUTPUTS
 OBJECT_OUTPUTS
 --------------
 --------------
 
 
-Additional outputs for a Makefile rule.
+Additional outputs for a Ninja or Makefile rule.
 
 
 Additional outputs created by compilation of this source file.  If any
 Additional outputs created by compilation of this source file.  If any
 of these outputs is missing the object will be recompiled.  This is
 of these outputs is missing the object will be recompiled.  This is
-supported only on Makefile generators and will be ignored on other
-generators.
+supported only on the Ninja and Makefile generators and will be ignored on
+other generators.