mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-01 05:06:35 +00:00
Update all samples to new requirements, and expose a makefile to compile all of them
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
TARGET = prxloader
|
||||
OBJS = main.o MyLib.o
|
||||
|
||||
USE_PSPSDK_LIBC = 1
|
||||
|
||||
INCDIR =
|
||||
CFLAGS = -O2 -G0 -Wall
|
||||
CFLAGS = -O2 -Wall
|
||||
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
|
||||
ASFLAGS = $(CFLAGS)
|
||||
|
||||
|
||||
@@ -6,10 +6,8 @@ BUILD_PRX=1
|
||||
# Define the name of our custom exports (minus the .exp extension)
|
||||
PRX_EXPORTS=exports.exp
|
||||
|
||||
USE_PSPSDK_LIBC = 1
|
||||
|
||||
INCDIR =
|
||||
CFLAGS = -O2 -G0 -Wall
|
||||
CFLAGS = -O2 -Wall
|
||||
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
|
||||
ASFLAGS = $(CFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user