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:
Sanel Zukan
2007-07-18 16:14:10 +00:00
parent c238b08c17
commit 0d49cdffc2
10 changed files with 86 additions and 39 deletions

View File

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