aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/makefile
AgeCommit message (Expand)Author
2011-06-01Merge branch 'branch-1-3-0' into masterMax Horn
2011-05-25BUILD: Rename USE_TEXT_CONSOLE -> USE_TEXT_CONSOLE_FOR_DEBUGGERMax Horn
2011-05-21DS: Various changesagent-q
2010-11-18DS: Port changes from 1.2.0 branch to trunkMax Horn
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-04DS: Enable stdout/err via nocash when DISABLE_COMMAND_LINE in not set.Andre Heider
2010-08-02DS: More closely immitate CXXFLAGS of custom DS build systemMax Horn
2010-07-31DS: Remove now redundant ds-fs.o from PORT_OBJSMax Horn
2010-07-31DS: Fix custom DS build systemMax Horn
2010-07-29DS: Get rid of DS_NON_SCUMM_BUILD and DS_SCUMM_BUILDMax Horn
2010-07-29BUILD: Compile & link certain files only for specific BACKEND valuesMax Horn
2010-07-07DS: Split buildrule for scummvm.nds and scummvm.ds.gbaMax Horn
2010-07-07DS: Remove cruft from MakefilesMax Horn
2010-07-07DS: Fix some quirks in the NDS build system, remove some dead codeMax Horn
2010-07-07DS: Remove redundant lines from arm9/makefileMax Horn
2010-07-06DS: cleanup arm9/makefileMax Horn
2010-07-05DS: Remove unused portdefs.cppMax Horn
2010-07-05DS: Can now build binaries via our "configure/make" build system.Max Horn
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