summaryrefslogtreecommitdiff
path: root/apps/plugins/clock/Makefile (unfollow)
Commit message (Expand)Author
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-01-04Stop wasting binary size + ram for several plugins. Plugins are supposed to b...Jens Arnold
2007-08-04Rewrote the clock plugin in a cleaner and more modular way so that it can sca...Kevin Ferrare
2007-06-30FS #6509 - "Plugin for playing reversi game" by Alexander Levin + changes by ...Antoine Cellerier
2007-02-15Replaced some explicit options for target linking with to be consistent with...Jens Arnold
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold
2006-10-23rearrange compiler options to avoid conflicts with header files on FreeBSDMarcoen Hirschberg
2006-10-22Speed up build process in general by using internal functions of make instead...Jens Arnold
2006-09-29Cleaner implementation of the recent OSX simulator build fix. No need to defi...Barry Wardell
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell
2006-08-09Sudoku: * Changed the LCD size ifdef magic to ease adding of new LCD resoluti...Jens Arnold
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing
2006-04-01Move Sudoku plugin into its own subdirectory and add a random game generator.Dave Chapman
2006-02-24Made chessbox work on archos recorders and Ondios as an overlay. * Proper but...Jens Arnold
2006-02-23Fixes to Chessclock from Miguel (to make it work again after we broke his pat...Dave Chapman
2006-02-23Add chessbox to the build system (currently only for iRiver H1x0/H3x0 and iPo...Dave Chapman
2006-02-22New chessbox plugin by Miguel A. ArГ©valo, based on GNU Chess v2Hristo Kovachev
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold
2006-01-09SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a thirdDaniel Stenberg
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing
2005-05-08Whoops. it seems my makefile format was out of date compared to cvs.Michiel Van Der Kolk
2005-05-08Databox!Michiel Van Der Kolk
2005-05-07Same 'DLL' messages as the new plugin Makefile.Jens Arnold
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg
2005-04-28Make searchengine compile for all targets; correct linking for archos.Jens Arnold
2005-04-28Proper headers, simulator support should (emphasis on should) work.Michiel Van Der Kolk
2005-04-28Search engine core for database v2, has an hardcoded "songs for year >= 1980 ...Michiel Van Der Kolk
2005-03-20Alpha sound driver for rockboy, should work in theory, but in practice,Michiel Van Der Kolk
2005-03-05Properly clean the rockboy dependency file.Jens Arnold
2005-03-04Grayscale support for rockboy - can't work without markuns patch,Michiel Van Der Kolk
2005-03-03First stages of rockboy menu - press A/B mode to enter, contributed by pabsMichiel Van Der Kolk
2005-03-03Added dynarec(under construction) and outline for lcd modesMichiel Van Der Kolk
2005-03-02Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, ...Jens Arnold
2005-02-25add wv2wavChristian Gmeiner
2005-02-23Win32 simulator: fixed building of codec test plugins.Jens Arnold
2005-02-22Proper check for cygwin build environment, avoids win32 error 5 when loading ...Jens Arnold
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg
2005-02-19First version of vorbis decoderDave Chapman
2005-02-18use CFLAGS and the codeclibs when linking .rocks on x11 simDaniel Stenberg
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg
2005-02-16Add flac2wav decoder - hardcoded output is /flactest.wavDave Chapman
2005-02-16Initial version of a52towav test viewer plugin for liba52 - output is hardcod...Dave Chapman
2005-02-16Initial check-in of mpa2wav - a test "viewer" plugin for the iRiver to conver...Dave Chapman
2005-02-07Link with the proper optionsLinus Nielsen Feltzing
2005-02-04preprocess the linker file with more infoDaniel Stenberg
2004-11-04Removed the depfile dependency for the .elf target, so all plugins aren't rel...Linus Nielsen Feltzing
2004-10-07Removed the ENABLEDPLUGINS checkLinus Nielsen Feltzing
2004-10-04new SOURCES file that specifies which files to build in each dir, useDaniel Stenberg
2004-09-22adjusted to work better in the new conceptDaniel Stenberg