mirror of
https://github.com/byteworksinc/DumpObj.git
synced 2024-11-21 23:31:29 +00:00
CR -> LF conversion.
This commit is contained in:
parent
3993520c03
commit
ebab9328f6
2767
DumpOBJ.cc
Executable file → Normal file
2767
DumpOBJ.cc
Executable file → Normal file
File diff suppressed because one or more lines are too long
3
doit
Executable file → Normal file
3
doit
Executable file → Normal file
@ -1 +1,2 @@
|
||||
make
copy -c dumpobj 17
|
||||
make
|
||||
copy -c dumpobj 17
|
||||
|
23
dumpobj.rez
Executable file → Normal file
23
dumpobj.rez
Executable file → Normal file
@ -1 +1,22 @@
|
||||
/*--------------------------------------------------------------*/
/* */
/* Resources for DumpOBJ */
/* */
/*--------------------------------------------------------------*/
#include "types.rez"
/*- Finder Interface -------------------------------------------*/
resource rVersion(1) {
{
2, /* Major revision */
0, /* Minor revision */
1, /* Bug version */
release, /* Release stage */
0, /* Non-final release # */
},
verUS, /* Region code */
"DumpOBJ", /* Short version number */
"Copyright 1994, Byte Works, Inc." /* Long version number */
};
|
||||
/*--------------------------------------------------------------*/
|
||||
/* */
|
||||
/* Resources for DumpOBJ */
|
||||
/* */
|
||||
/*--------------------------------------------------------------*/
|
||||
|
||||
#include "types.rez"
|
||||
|
||||
/*- Finder Interface -------------------------------------------*/
|
||||
|
||||
resource rVersion(1) {
|
||||
{
|
||||
2, /* Major revision */
|
||||
0, /* Minor revision */
|
||||
1, /* Bug version */
|
||||
release, /* Release stage */
|
||||
0, /* Non-final release # */
|
||||
},
|
||||
verUS, /* Region code */
|
||||
"DumpOBJ", /* Short version number */
|
||||
"Copyright 1994, Byte Works, Inc." /* Long version number */
|
||||
};
|
||||
|
30
make
Executable file → Normal file
30
make
Executable file → Normal file
@ -1 +1,29 @@
|
||||
*
* 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
|
||||
*
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user