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" ;

View File

@ -15,6 +15,6 @@ SOURCE = ede-launch.cpp ;
EdeProgram ede-launch : $(SOURCE) ;
TranslationStrings locale : $(SOURCE) ;
ObjectC++Flags ede-launch-sn.cpp : $(STARTUP_NOTIFICATION_INCLUDE) ;
EdeProgramBare ede-launch-sn : ede-launch-sn.cpp ;
LinkAgainst ede-launch-sn : $(STARTUP_NOTIFICATION_LIB) ;
ObjectC++Flags ede-launch-sn.cpp : $(STARTUP_NOTIFICATION_INCLUDE) ;
EdeProgramAsFltkBare ede-launch-sn : ede-launch-sn.cpp ;
LinkAgainst ede-launch-sn : $(STARTUP_NOTIFICATION_LIB) ;