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

Last change on this file since 187 was 187, checked in by Nishi, on Sep 28, 2024 at 9:07:34 AM

kinda works

  • Property svn:keywords set to Id
File size: 325 bytes
Line 
1# $Id: ps3.mk 187 2024-09-28 00:07:34Z nishi $
2
3PREFIX = /dev_hdd0/httpd
4
5CC = ppu-gcc
6AR = ppu-ar
7CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I /usr/local/ps3dev/ppu/include
8LDFLAGS = -L /usr/local/ps3dev/ppu/lib
9LIBS = -lnet -lsysmodule -lsysutil -lrt -llv2
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.