home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / shrcfile / readme < prev    next >
Text File  |  1999-05-11  |  2KB  |  44 lines

  1.  /**********************************************************/
  2.  /*   Copyright (c) IBM Corporation  1992, 1993        */
  3.  /**********************************************************/
  4.  
  5.  Resource file Sample
  6.  --------------------
  7.  
  8.  The following files are used to build the sample stream handler resource
  9.  file.    The example contains the System Resource file for MMPM/2 stream
  10.  handlers, and shows the stream protocol control block (SPCB) information
  11.  that has been tuned to be the most efficient with several types of data.
  12.  
  13.  
  14.  
  15.  RCSTUB.C     - Stub 'C' source file used to create AUDIORES.DLL.
  16.  
  17.  SSMRES.RC    - This file contains all SPCB's used by MMPM/2 stream handlers.
  18.  
  19.  MAKEFILE     - Makefile to build SSMRES.DLL
  20.  
  21.  SHRCINI.SCR  - Install file used to invoke SpiInstall, which updates the
  22.         SPI.INI file with the SPCB's contained in the SHRC.DLL
  23.  
  24.  SHRCLST.SCR  - Install file containing a list of files needed to update
  25.         SPI.INI.
  26.  
  27.  CONTROL.SCR  - Install control file containing information about the update
  28.         of SPI.INI.
  29.  
  30.  SHRC.DLL     - Resource DLL, built from RCSTUB.C and SSMRES.RC files.
  31.  
  32.  
  33.  To build the resource DLL, run the makefile. This will build an SHRC.DLL
  34.  and add the resource file to it.
  35.  
  36.  Once the resource DLL is built, MINSTALL is used to update SPI.INI profile
  37.  as follows:
  38.  
  39.    1. Copy the files CONTROL.SCR, SHRCINI.SCR, SHRCLST.SCR and SHRC.DLL
  40.       to a diskette and insert in drive 'A'.
  41.  
  42.    2. Type MINSTALL to update the SPI.INI profile.
  43.  
  44.