summaryrefslogtreecommitdiffstats
path: root/apps/Makefile
AgeCommit message (Expand)AuthorFilesLines
2003-03-03export MEM variable in firmware and appsUwe Freese1-1/+1
2003-02-26Moved to one single .lds file for ALL builds.Daniel Stenberg1-4/+3
2003-02-26MEM should be passed in to this make, setting the size of the DRAM in MB.Daniel Stenberg1-14/+23
2003-02-26use the same .lds file for recorder and player, they were identical anyway!Daniel Stenberg1-4/+0
2003-02-18Assign ANYREC before checking if this is a DEBUG build or not, without thisDaniel Stenberg1-4/+3
2003-02-07we only include from firmware/include and export, no other firmware dirDaniel Stenberg1-1/+1
2003-02-07new include pathDaniel Stenberg1-1/+1
2003-01-16When building the FM version, invoke 'scramble' with the -fm option.Daniel Stenberg1-1/+5
2003-01-16FM Recorder support addedDaniel Stenberg1-6/+11
2002-10-15generate a raw list from the docs/CREDITS file and include that in credits.cDaniel Stenberg1-0/+8
2002-10-14re-run the language tools if new ones arriveDaniel Stenberg1-2/+2
2002-10-02Bill Napier's more elegant fix to disallow running make in apps and firmware.Björn Stenberg1-5/+12
2002-09-30Crude kludge to prevent people from running 'make' in the apps and firmware d...Björn Stenberg1-2/+3
2002-09-20genlang needs perl -s, and I added some files to the clean targetDaniel Stenberg1-2/+3
2002-09-20Run the perl scripts with "perl [script]", I think this makes Windows usersDaniel Stenberg1-2/+2
2002-09-20use uplang first, then genlang the new fileDaniel Stenberg1-1/+4
2002-09-18New language/string handlingBjörn Stenberg1-2/+8
2002-09-03New player directory with iconsLinus Nielsen Feltzing1-1/+8
2002-08-28Reverted back to monospace again. Let's not rock the boat until people can ch...Björn Stenberg1-3/+0
2002-08-28Made LCD_PROPFONTS and LOADABLE_FONTS mutually exclusiveBjörn Stenberg1-1/+4
2002-08-28Added -DLCD_PROPFONTSLinus Nielsen Feltzing1-1/+1
2002-08-27Made LCD_PROPFONTS default on recorderBjörn Stenberg1-5/+0
2002-08-23Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg1-1/+1
2002-08-20use the gcc option -ffreestanding: (quote from the gcc man page)Daniel Stenberg1-1/+1
2002-08-15tags target addedDaniel Stenberg1-0/+5
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg1-1/+1
2002-07-15Added build timestamp in version stringBjörn Stenberg1-1/+1
2002-06-17add our libc headers directory to the include pathDaniel Stenberg1-1/+1
2002-06-17Player builds now use a separate linker control fileDaniel Stenberg1-0/+4
2002-06-11Changed to correct target name for recorderBjörn Stenberg1-1/+1
2002-05-31the recorder now gets an archos.ajz output fileDaniel Stenberg1-4/+7
2002-05-30Removed libc from link lineBjörn Stenberg1-1/+1
2002-05-27clean removes the map file tooDaniel Stenberg1-1/+1
2002-05-24Added -Imalloc and fixed archos.map to OBJDIRBjörn Stenberg1-2/+2
2002-05-24pass on more variables to firmware when we build librockboxDaniel Stenberg1-1/+1
2002-05-24fix clean targetDaniel Stenberg1-2/+3
2002-05-24fix -I for recorder, also use -L to find the librockbox properlyDaniel Stenberg1-1/+2
2002-05-23-g on DEBUG builds, generate the librockbox.a properly if absentDaniel Stenberg1-4/+5
2002-05-23OBJDIR support addedDaniel Stenberg1-16/+26
2002-05-21Added extra source files if compiling recorderBjörn Stenberg1-1/+6
2002-05-17Added DEBUG option, enabling support for gdb stubBjörn Stenberg1-8/+13
2002-05-16Now uses librockbox.aBjörn Stenberg1-2/+2
2002-05-16Initial revisionBjörn Stenberg1-0/+64