mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Renaming EdeProgramBar to EdeProgramAsFltkBare; much more descriptive
This commit is contained in:
parent
69ecd10d80
commit
fb4d12d2ad
@ -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" ;
|
||||
|
@ -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) ;
|
||||
|
Loading…
Reference in New Issue
Block a user