source: Main/trunk/Platform/ps3.mk@ 197

Last change on this file since 197 was 197, checked in by Nishi, on Sep 29, 2024 at 4:13:35 PM

just generate pkg containing the config

  • Property svn:keywords set to Id
File size: 452 bytes
Line 
1# $Id: ps3.mk 197 2024-09-29 07:13:35Z nishi $
2
3PREFIX = /dev_hdd0/game/TEWI_00-0/USRDIR
4
5CC = ppu-gcc
6AR = ppu-ar
7CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I /usr/local/ps3dev/ppu/include -I /usr/local/ps3dev/portlibs/ppu/include
8LDFLAGS = -L /usr/local/ps3dev/ppu/lib -L /usr/local/ps3dev/portlibs/ppu/lib
9LIBS = -lnet -lsysmodule -lsysutil -lrt -llv2 -lrsx -lgcm_sys -lpng -lm -lz
10EXEC = .elf
11LIB = .so
12MODULE =
13SERVADD = ppu-strip tewi.elf -o tewi_strip.elf
14TARGET = tewi.pkg
Note: See TracBrowser for help on using the repository browser.