aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMax Horn2008-05-31 19:08:52 +0000
committerMax Horn2008-05-31 19:08:52 +0000
commitc27f261b0bf262c58276c36c658817a2805af18b (patch)
tree32615d74418d55595e33f9e021309439b528a384 /backends
parent0f64d7236c43ed1027439ee208bc394809d4ef15 (diff)
downloadscummvm-rg350-c27f261b0bf262c58276c36c658817a2805af18b.tar.gz
scummvm-rg350-c27f261b0bf262c58276c36c658817a2805af18b.tar.bz2
scummvm-rg350-c27f261b0bf262c58276c36c658817a2805af18b.zip
DS: Use DEVKITPRO env var to find DevKitPro files, as the DevKitPro manual suggests; it does not make sense to hardcode Neil's development environment paths by default
svn-id: r32431
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/ds/arm7/Makefile3
-rw-r--r--backends/platform/ds/arm9/makefile6
2 files changed, 5 insertions, 4 deletions
diff --git a/backends/platform/ds/arm7/Makefile b/backends/platform/ds/arm7/Makefile
index e6a190b1ce..72987512ef 100644
--- a/backends/platform/ds/arm7/Makefile
+++ b/backends/platform/ds/arm7/Makefile
@@ -68,7 +68,8 @@ endif
# list of directories containing libraries, this must be the top level containing
# include and lib
#---------------------------------------------------------------------------------
-LIBDIRS := /home/neil/devkitpror21/libnds home/neil/devkitpror21/libnds/nds
+#LIBDIRS := /home/neil/devkitpror21/libnds home/neil/devkitpror21/libnds/nds
+LIBDIRS := $(DEVKITPRO)/libnds
#---------------------------------------------------------------------------------
diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile
index aefd8c091e..e50ba30f32 100644
--- a/backends/platform/ds/arm9/makefile
+++ b/backends/platform/ds/arm9/makefile
@@ -1,6 +1,6 @@
#DYNAMIC_MODULES = 1
-#libndsdir = $(DEVKITPRO)/libnds
-libndsdir = /home/neil/devkitpror21/libnds
+libndsdir = $(DEVKITPRO)/libnds
+#libndsdir = /home/neil/devkitpror21/libnds
# Select the build you want by uncommenting one of the following lines:
@@ -34,7 +34,7 @@ ifeq ($(SCUMM_BUILD),g)
DS_BUILD_G = 1
endif
-DS_BUILD_A = 1
+#DS_BUILD_A = 1
#DS_BUILD_B = 1
#DS_BUILD_C = 1
#DS_BUILD_D = 1