home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
pgmutl
/
makeobj.arc
/
MAKEOBJ.DOC
< prev
next >
Wrap
Text File
|
1988-06-20
|
1KB
|
39 lines
MAKEOBJ.DOC VER 1.0 6-20-88
MAKEOBJ is a utility that allows any disk file less than 32K to be converted
to an Microsoft compatible object code file and linked with most languages.
To use the program type MAKEOBJ with no parameters and then use it providing
the parameters shown. I have only used MAKEOBJ to generate object modules
for Turbo and Microsoft C but it should work with any language that supports
linking of object files.
This program is copyrighted by it's author and you are granted a free license
to use the program for non-commercial purposes. If you are interested in
using the program for commercial purposes please contact Kevin W. Russell
at CIS 71551,253 for licensing information.
If you have any bugs, comments, corrections, suggested enhancements or would
like to recieve information on new releases please contact Kevin W. Russell
at CIS 71551,253.
Source code is available upon request. (TURBO-C)
The files included in this archive are:
MAKEOBJ.EXE - Main program
MAKEOBJ.DOC - This file
EXAMPLE.C - Turbo C example program
EXAMFILE.DAT - Example data file
To create example program use the following commands:
MAKEOBJ examfile.dat examfile.obj _examfile _DATA DATA
tcc -ms example examfile.obj