Changes in build scripts

Changed SharedLibrary rule so it can generate .la files, like libtool
Added some bluring of preview image, although it pretty sucks
emountd will now use global HAL flags and libraries
This commit is contained in:
Sanel Zukan
2009-01-26 12:31:01 +00:00
parent 85aee53848
commit 5155215b68
10 changed files with 244 additions and 100 deletions

View File

@@ -29,7 +29,7 @@ rule FortuneCompile
MakeLocate $(<) : $(SUBDIR) ;
FortuneCompile1 $(<) : $(>) ;
Clean clean : $(<) ;
LocalClean clean : $(<) ;
}
actions FortuneCompile1