Un-ignored: the dev drive is the ground truth the restoration and emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio content). Kept in-repo for the pod-owner community. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
39 lines
726 B
Plaintext
39 lines
726 B
Plaintext
# ###############################################################
|
|
#
|
|
# Makefile for i860 using Portland Group compilers
|
|
# assumes BORLAND make Version 2.0
|
|
#
|
|
# 4 MByte board version, Benchmarks
|
|
#
|
|
# Phil Atkin, DIVISION
|
|
# 6th jan 92
|
|
#
|
|
# ###############################################################
|
|
|
|
#
|
|
# board specific constants
|
|
#
|
|
BANNER=GT860-EL-CF-4
|
|
LDADDR=0x83600000
|
|
CDADDR=0xfff80000
|
|
PAGETABLE=y:\control\gt860el\pgi\lib\crt0_4m.o
|
|
|
|
|
|
#
|
|
# compiler optimisation levels
|
|
#
|
|
COPT_LEVEL=4
|
|
FOPT_LEVEL=4
|
|
|
|
#include "makefile.inc"
|
|
!include "makefile.inc"
|
|
|
|
# Try adding compiler options -O4 -Mvect=recog
|
|
|
|
execs: hello.860
|
|
|
|
hello.860: hello.o
|
|
|
|
pxpl5tst.860: pxpl5tst.o pxpl5sup.o
|
|
|