makefile.sample

来自「psp开发用的所有头文件。包含所有系统API。需要psp-gcc编译器。在www」· SAMPLE 代码 · 共 20 行

SAMPLE
20
字号
TARGET = mymoduleOBJS = main.o# Define to build this as a prx (instead of a static elf)BUILD_PRX=1# Define the name of our custom exports (minus the .exp extension)PRX_EXPORTS=exports.expUSE_PSPSDK_LIBC = 1INCDIR = CFLAGS = -O2 -G0 -WallCXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rttiASFLAGS = $(CFLAGS)LIBDIR =PSPSDK=$(shell psp-config --pspsdk-path)include $(PSPSDK)/lib/build.mak

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?