aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/makefile
AgeCommit message (Collapse)Author
2011-05-03DS: Remove references to DEVKITARMMax Horn
In some places we used $DEVKITARM, but in others we hardcode the path $DEVKITPRO/devkitARM. To ensure consistent behavior, I changed it to the latter everywhere for now. Should it turn out that we really want to have this flexible, we can reintroduce $DEVKITARM in a proper way. In that case, we could augment configure to set DEVKITARM to $DEVKITPRO/devkitARM, if it has not been set yet.
2010-02-26DS: Attempting to rename Makefile to makefile. Not sure why it hasn't been ↵Neil Millstone
a problem in the past. svn-id: r48138
2009-09-27makefile -> NakefileAndre Heider
svn-id: r44406
2008-09-15DS: Backported 0.12 changes to trunkMax Horn
svn-id: r34568
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
2006-07-09More DS port fixesJames Brown
svn-id: r23460
2006-07-09Patch #1519399: DS BackendMax Horn
svn-id: r23452