* A few bugfixes.
* Remove 1xx.
This commit is contained in:
jean.chalard
2009-01-05 12:36:59 +00:00
parent 38abad1084
commit 7deb7977ec

View File

@@ -25,7 +25,7 @@ endif
ifeq ($(TARGET_ARCHITECTURE),psp)
DEFAULT_RULE = 3xx
TARGET_ARCHITECTURE = psp
PSP_PW_VERSION=371
PSP_FW_VERSION=371
BUILD_PRX = 1
LIBS = -ljge300 -lhgetools -lfreetype -ljpeg -lgif -lpng -lz -lm -lmikmod -lpsppower -lpspmpeg -lpspaudiocodec -lpspaudiolib -lpspaudio -lpspmp3 -lpspgum -lpspgu -lpsprtc -lstdc++ -lpspfpu
LDFLAGS =
@@ -45,7 +45,6 @@ CXXFLAGS += $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CXXFLAGS)
endif
CXXFLAGS += $(INCDIR)
LDFLAGS = $(LIBS)
@@ -62,8 +61,6 @@ include $(PSPSDK)/lib/build.mak
3xx: $(TARGET).elf
1xx: $(TARGET).elf
else