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