mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-26 01:49:19 +00:00
14 lines
424 B
Plaintext
14 lines
424 B
Plaintext
#
|
|
# d32make
|
|
# d3make_mac prints out the commands to be executed, which are redirected
|
|
# into the file d32make.script.
|
|
# The script file d32make.script is then run to execute these commands.
|
|
#
|
|
# Copyright ©1991 AT&T Bell Laboratories
|
|
# All Rights Reserved
|
|
|
|
d32make_mac {"Parameters"} > "{DSP3210_Temp}d32make.script"
|
|
"{DSP3210_Temp}d32make.script"
|
|
Delete -i -y "{DSP3210_Temp}d32make.script" > Dev:Null≥ Dev:Null
|
|
|