/[tewi]/Platform/psp.mk
ViewVC logotype

Annotation of /Platform/psp.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations)
Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
update

1 nishi 1.1 # $Id: psp.mk 212 2024-10-02 17:44:55Z nishi $
2    
3     PREFIX = ms0:/PSP/GAME/httpd
4    
5     CC = psp-gcc
6     AR = psp-ar
7     CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I /usr/local/pspdev/psp/sdk/include -D_PSP_FW_VERSION=600
8     LDFLAGS = -Wl,-zmax-page-size=128 -L /usr/local/pspdev/psp/sdk/lib
9     LIBS = -lpspgum -lpspgu -lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspnet -lpspnet_apctl -lcglue -lpspwlan
10     EXEC = .elf
11     LIBSUF = .so
12     MODULE =
13     SERVADD = psp-fixup-imports tewi.elf && psp-strip tewi.elf -o tewi_strip.elf
14     TARGET = tewi.pbp

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev