home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / dossh23.zip / Manifest < prev    next >
Text File  |  1994-08-26  |  4KB  |  89 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/shemx.exe    The Release 2.xx 32-bit executable for OS/2 using
  13.             the EMX sub-system.
  14.     bin/ps.exe        A version of ps for OS/2.  Used by shos232.exe.
  15.     bin/showkeyd.exe    A little program to display the ASCII and SCAN codes
  16.             associated with a keystroke.  MSDOS version
  17.     bin/showkey2.exe    A little program to display the ASCII and SCAN codes
  18.             associated with a keystroke.  OS/2 16bit version
  19.     bin/dos4gw.exe    DOS 32-bit binary support executable.
  20.     sh.ini        The shell initialisation file
  21.     sh.pif        The Windows 3.0 pif file
  22.     sh.1        The *roff source for the manual page (if included)
  23.     sh.man        The shell manual page (if included)
  24.     dos4gw.doc        The MSDOS 32-bit extender documentation
  25.     Notes        Some notes from the author for this release
  26.     MEM.err        XMS and EMS error codes
  27.     Install        The installation instructions
  28.     bin/shell.ico    OS/2 1.x and Windows 3.1 ICON file
  29.     bin/shell2.ico    OS/2 2.x ICON file
  30.  
  31. The following samples are provided from the author's system.  These MUST be
  32. modified to match your requirements and the programs you use.
  33.  
  34.     extend.lst        A sample EXTENDED_LINE file
  35.     profile.etc        A sample /etc/profile.sh
  36.     profile.sh        A sample ${HOME}/profile.sh
  37.     sh.rc        A sample ${ENV} file
  38.     sh.vmc        A sample DOS/4GW configuration file
  39.  
  40. The following sources file:
  41.  
  42.     Changes            A list of changes required to the standard
  43.                 Microsoft C5.1/C6.0 headers.
  44.     include/dirent.h        The include files for the DIRECTORY (3C)
  45.     include/sys/dirent.h    functions for MSDOS and OS/2
  46.     include/glob.h        The include files for the GLOB (3C) functions
  47.                 for MSDOS and OS/2
  48.     include/sys/types.h        System independent types file
  49.     include/sys/proto.h        Prototype macros
  50.     include/sys/null.h        NULL macros
  51.     include/unistd.h        The unistd.h include file for MSDOS and OS/2
  52.     include/limits.h        A new limits file for MSDOS and OS/2
  53.  
  54.     emxinc/dirent.h        A version of dirent for using with EMX under
  55.     emxinc/sys/dirent.h        OS/2.  Note that the shell does not use the
  56.                 standard EMX opendir functions.
  57.  
  58.     src/director.c        DIRECTORY (3C) for MSDOS & OS/2
  59.     src/glob.c            GLOB (3C) for MSDOS, OS2 and UNIX
  60.     src/stdargv.c        A replacement for part of the Microsoft C
  61.                 Runtime start up which builds the argv array.
  62.                 It has UNIX wild cards and EXTENDED_LINE
  63.                 support.
  64.     src/system.c        A replacement for SYSTEM (3C) with swapping
  65.                 and shell EXTENDED_LINE support.
  66.     src/swap.asm        Front-end for the swaping version of SYSTEM
  67.                 (3C)
  68.     src/showkey.c        A program for displaying the scan codes for
  69.                 keystrokes (DOS only at the moment).
  70.     src/ps.c            A version of ps for OS/2 2.x 
  71.  
  72.     The sources for the shell itself:
  73.  
  74.     Patch.lib            How to Patch C5.1/C6 Microsoft C libraries
  75.     src/sh??.c            The Shell source files 1 through 12
  76.     src/sh.h            The Shell header
  77.     src/sh0.asm            The Shell swapper front end
  78.     src/Makefile        The Makefile
  79.     src/sh.def            The OS/2 def file.
  80.     src/msh??.lnk        MicroSoft linker response file
  81.     src/tsh.lnk            Borland linker response file
  82.     src/wsh??.lnk        WATCOM linker response file 
  83.     bin/sh0_msc.obj        Shell Swapper Object for Microsoft
  84.     bin/sh0_tc.obj        Shell Swapper Object for Borland
  85.     src/sh.bnd            OS/2 2.x msgbind command file for IBM C/Set 2
  86.     src/emx.imp            The EMX import library definitions
  87.     src/emx.def            The EMX linker definitions
  88.     src/nt.mak            A make file for Win NT and nmake
  89.