Merge pull request #1 from ksherlock/crlf

CR -> LF conversion.
This commit is contained in:
MikeW50 2018-03-25 15:20:32 -06:00 committed by GitHub
commit 1e1b8e67c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2819 additions and 4 deletions

2767
DumpOBJ.cc Executable file → Normal file

File diff suppressed because one or more lines are too long

3
doit Executable file → Normal file
View File

@ -1 +1,2 @@
make copy -c dumpobj 17
make
copy -c dumpobj 17

23
dumpobj.rez Executable file → Normal file
View 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
View 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