home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
projects
/
projman_1
/
!ProjMan
/
Env
/
GCC
/
Tools
< prev
Wrap
Text File
|
1994-10-06
|
1KB
|
54 lines
#
# !ProjMan GCC Environment
#
#TOOLS:
#
#Object File
tool link
noname
from o
to o
line link {d-d} {v-via !Via} -o {o}
opts {2-aif} {3-r} {4-s Symbol} {5-bin} {6-v} {7-map} {8-x} {9-c} {10-e } {11-b } {12-w } {13-ov }
defo -aif
#C file
tool gcc
from c
to o
line gcc -c -O2 {d-g} -mamu -mstubs -o {o} {s}
opts {2-I } {3-f} {4-g} {5-D } {6-U } {11-W} {7-ansi} {10-traditional}
mem 2560
#C++ file
tool g++
from cc
to o
line gcc -c -O2 {d-g} -mamu -mstubs -o {o} {s}
opts {2-I } {3-f} {4-g} {5-D } {6-U } {11-W} {7-ansi} {10-traditional}
mem 2560
#Assembler File
tool objasm
from s
to o
line objasm {d-g} -Depend !Depend -Stamp -quit -Throwback -from {s} -to {o}
noopts
#
# LIBRARIES:
#
#Each library is of the form:
# Library name
# Filename for standard version of the library
# Filename for 'debug' version of the library
# (if blank always use standard version)
#
lib c++ streams
file GPP:o.c++
lib gcc runtime
file GCC:o.gcc
lib CLib Stubs
file C:o.stubs
lib RISC_OSLib
file C:o.RISC_OSLib
lib DeskLib
file DeskLib:o.DeskLib
end