Renaming EdeProgramBar to EdeProgramAsFltkBare; much more descriptive

This commit is contained in:
Sanel Zukan
2009-03-06 12:43:03 +00:00
parent 69ecd10d80
commit fb4d12d2ad
2 changed files with 5 additions and 5 deletions

View File

@@ -90,10 +90,10 @@ rule EdeProgram
}
}
# EdeProgramBare [target] : [sources] : [noinstall] ;
# EdeProgramAsFltkBare [target] : [sources] : [noinstall] ;
# Creates EDE specific programs. They will be linked with EDELIBLIB
# and FLTKLIB. If [noinstall] is given, [target] will not be installed wit 'jam install'.
rule EdeProgramBare
rule EdeProgramAsFltkBare
{
if ! $(EDELIBINCLUDE) || ! $(EDELIBLIB) {
Echo "EDELIBINCLUDE or EDELIBLIB not defined; $(1) will not be built" ;