aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm7/Makefile
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/platform/ds/arm7/Makefile
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/platform/ds/arm7/Makefile')
-rw-r--r--backends/platform/ds/arm7/Makefile3
1 files changed, 2 insertions, 1 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
#---------------------------------------------------------------------------------