aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm7/Makefile
AgeCommit message (Collapse)Author
2009-09-27make -> $(MAKE)Andre Heider
svn-id: r44409
2009-07-02cleanupMax Horn
svn-id: r42040
2008-09-14NDS: Replaced -I- by modern -iquoteMax Horn
svn-id: r34547
2008-06-01Tweaks to DS makefiles.Robin Watts
1) It wouldn't build at all for me, because source/fat had been missed off the INCLUDES line. 2) Stray whitespace removed (to stop emacs warning on saving) 3) DS_BUILD flag selection reworked slightly. Now do: make all SCUMM_BUILD=x (where x is a,b,c,d,e,f,g) and it'll select that version and build it. If no x is supplied or x is not a-g, then version a will be built. 4) New allbuilds target. In backends/platform/ds, do: make allbuilds and versions A-G are built in turn (version G does not complete currently due to lack of logo g). This uses a 'semiclean' target in each makefile to clean just the files that change between versions. svn-id: r32470
2008-05-31DS: Use DEVKITPRO env var to find DevKitPro files, as the DevKitPro manual ↵Max Horn
suggests; it does not make sense to hardcode Neil's development environment paths by default svn-id: r32431
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-12-21Scaler corruption fixes, scaler console fixes, adding Lure target (except it ↵Neil Millstone
doesn't quite work yet), adding function keys to virtual keyboard svn-id: r29944
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm ↵Neil Millstone
r20 and latest libnds. svn-id: r26394
2007-01-19Changed to ARM7 for libcartresetNeil Millstone
svn-id: r25123
2006-11-03Merging in changes made in branch for 0.9.1 release into trunkNeil Millstone
svn-id: r24596
2006-07-09Final fixes. Builds fine now, apart from a few still-missing-from-svn filesJames Brown
svn-id: r23461
2006-07-09Patch #1519399: DS BackendMax Horn
svn-id: r23452