source: Main/trunk/Platform/ps2.mk@ 277

Last change on this file since 277 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: 455 bytes
Line 
1# $Id: ps2.mk 212 2024-10-02 17:44:55Z nishi $
2
3PREFIX = /dev_hdd0/httpd
4
5CC = mips64r5900el-ps2-elf-gcc
6AR = mips64r5900el-ps2-elf-ar
7CFLAGS = -O2 -D_EE -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I /usr/local/ps2dev/ps2sdk/ee/include -I /usr/local/ps2dev/ps2sdk/common/include
8LDFLAGS = -T/usr/local/ps2dev/ps2sdk/ee/startup/linkfile -L /usr/local/ps2dev/ps2sdk/ee/lib -O2
9LIBS = -ldebug -lsocket
10EXEC = .elf
11LIBSUF = .so
12MODULE =
13SERVADD = mips64r5900el-ps2-elf-strip tewi.elf -o tewi_strip.elf
Note: See TracBrowser for help on using the repository browser.