mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
XXXProgram rules will trigger installation when 'jam install' is given.
Some Translation.jam changes. Moved build used variables to Jamrules.
This commit is contained in:
@@ -13,6 +13,6 @@ SubDir TOP eiconman ;
|
||||
SOURCE = eiconman.cpp Utils.cpp Wallpaper.cpp DesktopIcon.cpp NotifyBox.cpp ;
|
||||
|
||||
EdeProgram eiconman : $(SOURCE) ;
|
||||
ExtractStrings locale : $(SOURCE) ;
|
||||
TranslationStrings locale : $(SOURCE) ;
|
||||
|
||||
FltkProgram test/notify : test/notify.cpp ;
|
||||
FltkProgram test/notify : test/notify.cpp : : : noinstall ;
|
||||
|
Reference in New Issue
Block a user