home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / pgmutl / makeobj.arc / MAKEOBJ.DOC < prev    next >
Text File  |  1988-06-20  |  1KB  |  39 lines

  1. MAKEOBJ.DOC  VER 1.0  6-20-88
  2.  
  3. MAKEOBJ is a utility that allows any disk file less than 32K to be converted
  4. to an Microsoft compatible object code file and linked with most languages.
  5.  
  6. To use the program type MAKEOBJ with no parameters and then use it providing
  7. the parameters shown.  I have only used MAKEOBJ to generate object modules
  8. for Turbo and Microsoft C but it should work with any language that supports
  9. linking of object files.
  10.  
  11. This program is copyrighted by it's author and you are granted a free license
  12. to use the program for non-commercial purposes.  If you are interested in
  13. using the program for commercial purposes please contact Kevin W. Russell
  14. at CIS 71551,253 for licensing information.
  15.  
  16. If you have any bugs, comments, corrections, suggested enhancements or would
  17. like to recieve information on new releases please contact Kevin W. Russell
  18. at CIS 71551,253.
  19.  
  20. Source code is available upon request. (TURBO-C)
  21.  
  22.  
  23. The files included in this archive are:
  24.  
  25. MAKEOBJ.EXE - Main program
  26.  
  27. MAKEOBJ.DOC - This file
  28.  
  29. EXAMPLE.C   - Turbo C example program
  30.  
  31. EXAMFILE.DAT - Example data file
  32.  
  33. To create example program use the following commands:
  34.  
  35. MAKEOBJ examfile.dat examfile.obj _examfile _DATA DATA
  36.  
  37. tcc -ms example examfile.obj
  38.  
  39.