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
|
# Creates EDE specific programs. They will be linked with EDELIBLIB
|
||||||
# and FLTKLIB. If [noinstall] is given, [target] will not be installed wit 'jam install'.
|
# and FLTKLIB. If [noinstall] is given, [target] will not be installed wit 'jam install'.
|
||||||
rule EdeProgramBare
|
rule EdeProgramAsFltkBare
|
||||||
{
|
{
|
||||||
if ! $(EDELIBINCLUDE) || ! $(EDELIBLIB) {
|
if ! $(EDELIBINCLUDE) || ! $(EDELIBLIB) {
|
||||||
Echo "EDELIBINCLUDE or EDELIBLIB not defined; $(1) will not be built" ;
|
Echo "EDELIBINCLUDE or EDELIBLIB not defined; $(1) will not be built" ;
|
||||||
|
@ -16,5 +16,5 @@ EdeProgram ede-launch : $(SOURCE) ;
|
|||||||
TranslationStrings locale : $(SOURCE) ;
|
TranslationStrings locale : $(SOURCE) ;
|
||||||
|
|
||||||
ObjectC++Flags ede-launch-sn.cpp : $(STARTUP_NOTIFICATION_INCLUDE) ;
|
ObjectC++Flags ede-launch-sn.cpp : $(STARTUP_NOTIFICATION_INCLUDE) ;
|
||||||
EdeProgramBare ede-launch-sn : ede-launch-sn.cpp ;
|
EdeProgramAsFltkBare ede-launch-sn : ede-launch-sn.cpp ;
|
||||||
LinkAgainst ede-launch-sn : $(STARTUP_NOTIFICATION_LIB) ;
|
LinkAgainst ede-launch-sn : $(STARTUP_NOTIFICATION_LIB) ;
|
||||||
|
Loading…
Reference in New Issue
Block a user