summaryrefslogtreecommitdiff
path: root/apps/plugins/plugins.make (follow)
Commit message (Expand)AuthorAge
* Add Lua support to plugins MakefileMaurus Cuelenaere2009-10-28
* Remove no longer used stuff.Jens Arnold2009-03-05
* Use a static pattern rule to restrict the dependency on [pluginname].o to sin...Jens Arnold2009-03-04
* Bring back -fdata-sections that got lost in the make system overhaul (r19146).Jens Arnold2009-03-03
* Fix some slight inconsistencies.Jens Arnold2009-03-02
* Calculate the optimal memory location for overlay plugins, and use plugin.lds...Jens Arnold2009-03-02
* Silence warning from 'ar' if the archive had to be created.Jens Arnold2009-03-01
* Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg2009-02-23
* make sure plugin.lds is not processed when building sims since it isn't used ...Daniel Stenberg2009-02-09
* Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis2009-01-24
* Added missing dependencies for codeclib and pluginlib. This required renaming...Björn Stenberg2009-01-12
* Added 'keywords' and 'eol-style' properties.Björn Stenberg2008-11-25
* Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg2008-11-20
* Make sure plugin directory exists before creating link file.Björn Stenberg2008-11-20
* Bug fix again. Moved cp outside of $(shell) to force make to run it sequentia...Björn Stenberg2008-11-20
* Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF.Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20