source: Main/trunk/Platform/psp.mk@ 348

Last change on this file since 348 was 212, checked in by Nishi, on Oct 3, 2024 at 2:44:55 AM

compiles on vc6

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