makefile
来自「psp上的GBA模拟器」· 代码 · 共 27 行
TXT
27 行
# -x assembler-with-cpp# gpSP makefile# Gilead Kutnick - Exophase# Global definitionsPSPSDK = ${shell psp-config --pspsdk-path}PREFIX = ${shell psp-config --psp-prefix}OBJS = main.o cpu.o video.o memory.o sound.o input.o \ cpu_threaded.o gui.o zip.o cheats.o mips_stub.o TARGET = gpSPVPATH += ..CFLAGS += -O3 -DPSP_BUILD -G0 -funsigned-charCFLAGS += ${shell ${PREFIX}/bin/sdl-config --cflags}ASFLAGS = ${CFLAGS}PSP_EBOOT_TITLE = gpSPEXTRA_TARGETS = EBOOT.PBPLIBS += ${shell ${PREFIX}/bin/sdl-config --libs} -lpsppower \ -lzinclude ${PSPSDK}/lib/build.mak
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?