From c27f261b0bf262c58276c36c658817a2805af18b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 31 May 2008 19:08:52 +0000 Subject: 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 --- backends/platform/ds/arm7/Makefile | 3 ++- backends/platform/ds/arm9/makefile | 6 +++--- 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 -- cgit v1.2.3