aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/makefile
AgeCommit message (Expand)Author
2010-05-29DS: Various fixes to allow the DS port to compile on DevkitARM r30 and libnds...Neil Millstone
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-02-26DS: Attempting to rename Makefile to makefile. Not sure why it hasn't been a...Neil Millstone
2009-09-27makefile -> NakefileAndre Heider
2009-03-19Merged Neil's NDS changes into trunkMax Horn
2008-12-21DS port: Removed mixer.cpp from OPTLIST (saves 11kb code size); added several...Max Horn
2008-10-31Specified VECTOR_RENDERER_FORMAT to 1555 for DS build (at least from the code...Johannes Schickel
2008-09-15DS: Backported 0.12 changes to trunkMax Horn
2008-09-14DS: Removed legacy GCC 2.x build code (NDS/DevKitPro uses GCC 3 or newer anyw...Max Horn
2008-09-14Changed VPATH to vpath, to allow building NDS port in parallel to another por...Max Horn
2008-06-03DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ge...Max Horn
2008-06-01Tweaks to DS makefiles.Robin Watts
2008-05-31DS: make sure DEPDIR and srcdir are inited, so that *.d files end up in the r...Max Horn
2008-05-31DS: Fix compilation rule in Makefile to not compile everything twiceMax Horn
2008-05-31DS: Adjust some compiler warningsMax Horn
2008-05-31DS: Removed some pointless -I compiler directivesMax Horn
2008-05-31DS: Use DEVKITPRO env var to find DevKitPro files, as the DevKitPro manual su...Max Horn
2008-05-15Porting changes from 0.11.0 branchNeil Millstone
2008-05-15NDS: Rollback of the custom build target rule from .cpp.o to %.o: %.cppBertrand Augereau
2008-05-06Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefilesJordi Vilalta Prat
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-21Scaler corruption fixes, scaler console fixes, adding Lure target (except it ...Neil Millstone
2007-12-16Patch #1847599: Several enhancements for the build systemMax Horn
2007-12-06NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS backBertrand Augereau
2007-12-05NDS: Disabling the buggy ARM blitters so that the CPU scaler worksBertrand Augereau
2007-11-22updated backends/platform/ds/arm9/makefile.in to match changes made to backen...Max Horn
2007-10-13Fixed a huge number of compile errors, moved over features from 0.10.0 branch.Neil Millstone
2007-08-18Making DS port build againNeil Millstone
2007-07-10This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCERobin Watts
2007-06-30- Show mouse cursor optionNeil Millstone
2007-06-18Added backends/platform/ds/arm9/makefile(.in) to tools/update-version.plMax Horn
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm r2...Neil Millstone
2007-01-19Adding libcartreset, fixing CD audio bug, adding DLDI support (defined out al...Neil Millstone
2006-12-01svn-id: r24799Neil Millstone
2006-11-03Merging in changes made in branch for 0.9.1 release into trunkNeil Millstone
2006-09-29First pahse of renaming simon engine to agos. Internal renames. CompilationEugene Sandulenko
2006-08-19Added build C target to support more engines.Neil Millstone
2006-07-09Final fixes. Builds fine now, apart from a few still-missing-from-svn filesJames Brown
2006-07-09Patch #1519399: DS BackendMax Horn