mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-22 19:31:02 +00:00
16 lines
522 B
Plaintext
16 lines
522 B
Plaintext
#
|
|
# d32cc - C Compiler Command Script
|
|
#
|
|
# d32cc_mac prints out the commands to be executed, which are
|
|
# redirected into the file d32cc.script.
|
|
# The script file d32cc.script is then run to execute these commands,
|
|
# which call d32cpp, d32comp (the actual compiler), d32optim, d32as_mac, and d32ld
|
|
#
|
|
# Copyright ©1991 AT&T Bell Laboratories
|
|
# All Rights Reserved
|
|
|
|
d32cc_mac {"Parameters"} > "{DSP3210_Temp}d32cc.script"
|
|
"{DSP3210_Temp}d32cc.script"
|
|
Delete -i -y "{DSP3210_Temp}d32cc.script" > Dev:Null ≥ Dev:Null
|
|
|