home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / ms_sh22b.zip / Manifest < prev    next >
Text File  |  1993-12-03  |  4KB  |  80 lines

  1. This complete release contains the following files.  However, it has been
  2. split into two files (the binary release which contains all the files needed
  3. to run the shell; and the source release which contains the full sources).
  4. Some files are duplicated in both archives, mainly the documentation files.
  5.  
  6.     Manifest        This file.
  7.     ReadMe        The readme file.
  8.     bin/shdos16.exe    The Release 2.xx 16-bit executable for MSDOS.
  9.     bin/shdos32.exe    The Release 2.xx 32-bit executable for MSDOS.
  10.     bin/shos216.exe    The Release 2.xx 16-bit executable for OS/2.
  11.     bin/shos232.exe    The Release 2.xx 32-bit executable for OS/2.
  12.     bin/ps.exe        A version of ps for OS/2.  Used by shos232.exe.
  13.     bin/showkeyd.exe    A little program to display the ASCII and SCAN codes
  14.             associated with a keystroke.  MSDOS version
  15.     bin/showkey2.exe    A little program to display the ASCII and SCAN codes
  16.             associated with a keystroke.  OS/2 16bit version
  17.     bin/dos4gw.exe    DOS 32-bit binary support executable.
  18.     sh.ini        The shell initialisation file
  19.     sh.pif        The Windows 3.0 pif file
  20.     sh.1        The *roff source for the manual page (if included)
  21.     sh.man        The shell manual page (if included)
  22.     dos4gw.doc        The MSDOS 32-bit extender documentation
  23.     Notes        Some notes from the author for this release
  24.     MEM.err        XMS and EMS error codes
  25.     Install        The installation instructions
  26.     bin/shell.ico    OS/2 1.x and Windows 3.1 ICON file
  27.     bin/shell2.ico    OS/2 2.x ICON file
  28.  
  29. The following samples are provided from the author's system.  These MUST be
  30. modified to match your requirements and the programs you use.
  31.  
  32.     extend.lst        A sample EXTENDED_LINE file
  33.     profile.etc        A sample /etc/profile.sh
  34.     profile.sh        A sample ${HOME}/profile.sh
  35.     sh.rc        A sample ${ENV} file
  36.     sh.vmc        A sample DOS/4GW configuration file
  37.  
  38. The following sources file:
  39.  
  40.     Changes            A list of changes required to the standard
  41.                 Microsoft C5.1/C6.0 headers.
  42.     include/dirent.h        The include files for the DIRECTORY (3C)
  43.     include/sys/dirent.h    functions for MSDOS and OS/2
  44.     include/glob.h        The include files for the GLOB (3C) functions
  45.                 for MSDOS and OS/2
  46.     include/sys/types.h        System independent types file
  47.     include/sys/proto.h        Prototype macros
  48.     include/sys/null.h        NULL macros
  49.     include/unistd.h        The unistd.h include file for MSDOS and OS/2
  50.     include/limits.h        A new limits file for MSDOS and OS/2
  51.  
  52.     src/director.c        DIRECTORY (3C) for MSDOS & OS/2
  53.     src/glob.c            GLOB (3C) for MSDOS, OS2 and UNIX
  54.     src/stdargv.c        A replacement for part of the Microsoft C
  55.                 Runtime start up which builds the argv array.
  56.                 It has UNIX wild cards and EXTENDED_LINE
  57.                 support.
  58.     src/system.c        A replacement for SYSTEM (3C) with swapping
  59.                 and shell EXTENDED_LINE support.
  60.     src/swap.asm        Front-end for the swaping version of SYSTEM
  61.                 (3C)
  62.     src/showkey.c        A program for displaying the scan codes for
  63.                 keystrokes (DOS only at the moment).
  64.     src/ps.c            A version of ps for OS/2 2.x 
  65.  
  66.     The sources for the shell itself:
  67.  
  68.     Patch.lib            How to Patch C5.1/C6 Microsoft C libraries
  69.     src/sh??.c            The Shell source files 1 through 12
  70.     src/sh.h            The Shell header
  71.     src/sh0.asm            The Shell swapper front end
  72.     src/Makefile        The Makefile
  73.     src/sh.def            The OS/2 def file.
  74.     src/msh??.lnk        MicroSoft linker response file
  75.     src/tsh.lnk            Borland linker response file
  76.     src/wsh??.lnk        WATCOM linker response file 
  77.     bin/sh0_msc.obj        Shell Swapper Object for Microsoft
  78.     bin/sh0_tc.obj        Shell Swapper Object for Borland
  79.     src/sh.bnd            OS/2 2.x msgbind command file for IBM C/Set 2
  80.