gbuild: "use" vs. "add":
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
$(eval $(call gb_Jar_Jar,ScriptProviderForJavaScript))
|
||||
|
||||
$(eval $(call gb_Jar_add_jars,ScriptProviderForJavaScript,\
|
||||
$(eval $(call gb_Jar_use_jars,ScriptProviderForJavaScript,\
|
||||
$(OUTDIR)/bin/juh.jar \
|
||||
$(OUTDIR)/bin/jurt.jar \
|
||||
$(OUTDIR)/bin/ridl.jar \
|
||||
|
Reference in New Issue
Block a user