Old Tool chain and Include dirs
Posted: Wed Dec 17, 2008 9:32 am
Hi. I was triyng to compile a project that was created using an old toolchain and libraries. I don't think there is much of a problem regarding the toolchain itself but the libs are. I want to have several dirs with the different lib versions like libns-20080101, etc. But how do i chose which to use in the makefile? Any thoughts?
I tried to fiddle with some entries in the makefile but it just ignores me.
LIBNDS := $(DEVKITPRO)/libnds-20080101
LIBFAT := $(DEVKITPRO)/libfat-20080101
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib
#---------------------------------------------------------------------------------
LIBDIRS := $(LIBNDS)
I tried to fiddle with some entries in the makefile but it just ignores me.
LIBNDS := $(DEVKITPRO)/libnds-20080101
LIBFAT := $(DEVKITPRO)/libfat-20080101
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib
#---------------------------------------------------------------------------------
LIBDIRS := $(LIBNDS)