⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 psp上的GBA模拟器
💻
字号:
# -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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -