home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / showtype.zip / readme.txt < prev   
Text File  |  1993-06-11  |  1KB  |  36 lines

  1. This archive contains Eberhard Mattes' apptype, a program to determine
  2. the type of executable (OS/2, MSDOS, etc). This archive contains
  3. a version for OS/2 1.x--2.x; the makefile includes rules for an EMX/gcc 
  4. compilation.
  5.  
  6. Files:
  7.  ./
  8.   apptype.c     unmodified source
  9.   apptype.def   linker definition file
  10.   apptype32.def linker definition file for EMX/gcc
  11.   apptype.exe   OS/2 1.x--2.x executable
  12.   fapptyp.h     definitions of the application type, from os2emx.h
  13.   makefile.os2  makefile for MSC and EMX/gcc
  14.   patches.msc   context diffs, to be applied with "patch"
  15.   readme.txt    this file
  16.  
  17. The following note was posted with the source:
  18.  
  19. > From: mattes@iema.e-technik.uni-stuttgart.de (Eberhard Mattes)
  20. > Newsgroups: comp.os.os2.programmer
  21. > Subject: Re: How to recognise 16-bit apps
  22. > Date: 24 Mar 93 15:19:52
  23. > In-reply-to: clemens@immd8.informatik.uni-erlangen.de's message of 
  24. >              Sun, 21 Mar 1993 08:25:05 GMT
  25. > The bits.cmd REXX procedure is nonsense. Here's a more correct program.
  26. > (Bugs: the default extension is .exe only, not all error codes translated 
  27. > to human-readable form):
  28. > --
  29. >   Eberhard mattes (mattes@azu.informatik.uni-stuttgart.de)
  30.  
  31. --
  32. Darrel Hankerson hankedr@mail.auburn.edu or hank@ducvax.auburn.edu
  33. Original 24 March 1993; modified 11 June 1993.
  34.