reinstate portlibs bits

This commit is contained in:
Dave Murphy 2009-09-26 20:43:23 +00:00
parent c55d41c5b2
commit 2bae350ffc
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
#---------------------------------------------------------------------------------
# path to tools - this can be deleted if you set the path in windows
# path to tools
#---------------------------------------------------------------------------------
export PATH := $(DEVKITARM)/bin:$(PATH)
export PORTLIBS := $(DEVKITPRO)/portlibs/arm
export PATH := $(DEVKITARM)/bin:$(PORTLIBS)/bin:$(PATH)
#---------------------------------------------------------------------------------
# the prefix on the compiler executables

View File

@ -1,8 +1,8 @@
#---------------------------------------------------------------------------------
# path to tools
#---------------------------------------------------------------------------------
export PATH := $(DEVKITPPC)/bin:$(DEVKITPRO)/portlibs/ppc/bin:$(PATH)
export PORTLIBS := $(DEVKITPRO)/portlibs/ppc
export PATH := $(DEVKITPPC)/bin:$(PORTLIBS)/bin:$(PATH)
ifneq (,$(VCBUILDHELPER_COMMAND))
ERROR_FILTER := 2>&1 | sed -e 's/\(.[a-zA-Z]\+\):\([0-9]\+\):/\1(\2):/g'