aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/ds.mk
AgeCommit message (Collapse)Author
2018-04-07DS: Fix building with ndstoolMatthew Stewart
2018-04-07DS: Fix compilation with devkitARM r47Cameron Cawley
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
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-08-02DS: Reorder & complete list of OPT_SPEED files; some tweaksMax Horn
Add -mno-thumb to OPT_SPEED to override the -mthumb from OPT_SIZE. svn-id: r51636
2010-07-29DS: Add WRAP_MALLOC support to ds.mk, update commentsMax Horn
svn-id: r51474
2010-07-07DS: Fix OPT_SPEED and OPT_SIZE usage being reversed; add ARM7 files to 'make ↵Max Horn
clean' svn-id: r50745
2010-07-06DS: Implemented (ugly, but working) support for optimization level overridesMax Horn
svn-id: r50728
2010-07-05DS: Only include NDS/scummvm_ipc.h where necessary; minor tweaksMax Horn
svn-id: r50702
2010-07-05DS: Augment 'clean' target, simplify bin->elf conversion ruleMax Horn
svn-id: r50686
2010-07-05DS: Add missing .bin -> .elf ruleMax Horn
svn-id: r50676
2010-07-05DS: Fix typo; change bin2o/bin2h to create taget dirMax Horn
svn-id: r50675
2010-07-05DS: Can now build binaries via our "configure/make" build system.Max Horn
Conversion of the old build system is incomplete. Binaries created using this new build system support most likely will not run! More work is needed, but the work done so far should be enough to get basic NDS support on our buildbot working. svn-id: r50672
2010-07-05NDS: Enable compilation of backend specific filesMax Horn
Also tried to enable the conversion of .raw/.pal/.bin files, but this does not currently work (probably something really silly, but I don't have the time to debug this right now). svn-id: r50671
2010-07-01NDS: Fix typoMax Horn
svn-id: r50557
2009-07-30DS: Started work on a new build system for the Nintendo DS port, based on ↵Max Horn
configure (and thus suitable for buildbot). Currently only the ARM7 part is 'done' svn-id: r42939