DumpObj/make

30 lines
444 B
Plaintext
Raw Permalink Normal View History

2018-03-12 03:56:36 +00:00
*
* 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
2018-03-12 16:06:42 +00:00
Newer DumpOBJ.a DumpOBJ.cc
2018-03-12 03:56:36 +00:00
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