mirror of
https://github.com/byteworksinc/DumpObj.git
synced 2024-10-31 23:05:20 +00:00
30 lines
449 B
Plaintext
30 lines
449 B
Plaintext
*
|
|
* DumpOBJ
|
|
*
|
|
|
|
unset exit
|
|
|
|
Newer DumpOBJ DumpOBJ.rez
|
|
if {Status} != 0
|
|
set exit on
|
|
echo compile DumpOBJ.rez keep=DumpOBJ
|
|
compile DumpOBJ.rez keep=DumpOBJ
|
|
unset exit
|
|
end
|
|
|
|
MoreRecent DumpOBJ.a DumpOBJ.cc
|
|
if {Status} != 0
|
|
set exit on
|
|
echo compile +t +e DumpOBJ.cc
|
|
compile +t +e DumpOBJ.cc
|
|
unset exit
|
|
end
|
|
|
|
set auxtype $DB01
|
|
echo set auxtype $DB01
|
|
|
|
echo link DumpOBJ keep=DumpOBJ
|
|
link DumpOBJ keep=DumpOBJ
|
|
|
|
rename dumpobj DumpOBJ
|