home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1996 November / PCPLAY1196.BIN / PROGRAMM / TERRATEC / MOIDE / OS2 / AUDFILES.SCR next >
Encoding:
Text File  |  1995-05-28  |  3.4 KB  |  49 lines

  1. /************************ START OF SPECIFICATIONS ****************************/
  2. /*                                                                           */
  3. /* SOURCE FILE NAME:  AUDFILES.SCR                                           */
  4. /*                                                                           */
  5. /* DESCRIPTIVE NAME:  Filelist control file for Generic Audio Install sample */
  6. /*                                                                           */
  7. /* COPYRIGHT:                                                                */
  8. /*              Copyright (c) IBM Corporation  1993                          */
  9. /*                        All Rights Reserved                                */
  10. /*                                                                           */
  11. /* STATUS:  DDK #3 1993                                                      */
  12. /*                                                                           */
  13. /* DESCRIPTION:                                                              */
  14. /* This file lists all the files that should be copied by Minstall in order  */
  15. /* to install an audio adapter.                                              */
  16. /*                                                                           */
  17. /* The subdirectories used are listed below.  If you need other              */
  18. /* subdirectories, you must define them in the CONTROL.SCR file.             */
  19. /*                                                                           */
  20. /*   sourcedir= "\\"                                       = 0               */
  21. /*                                                                           */
  22. /*   destindir= "\\MMOS2\\"                                = 0               */
  23. /*   destindir= "\\MMOS2\\DLL\\"                           = 2               */
  24. /*   destindir= "\\MMOS2\\HELP\\"                          = 7               */
  25. /*                                                                           */
  26. /*************************** END OF SPECIFICATIONS ***************************/
  27.  
  28. /*  Total Number of Files to copy                                            */
  29. /*  Change this number to match the number of files you are copying          */
  30.     9
  31.  
  32. /* Disk# Group# Dest# Source# Filename         Comment                       */
  33.  
  34.  /*   0      0      2      0    "genin.dll"   */  /* You must copy this file     */
  35. /*    0      0      2      0    "geninmri.dll" */ /* You must copy this file     */
  36.     0      30     2      0    "cardinfo.DLL"  /* You must copy this file     */
  37.     0      30     7      0    "busaudio.hlp"  /* You must copy this file     */
  38.     0      30     20      0    "sc60.sys"
  39.     0      30     0      0    "busaudio.sys"  /* Replace this with your      */
  40.                                               /* device driver name          */
  41.     0      40     7      0    "opl3.hlp"      /* Help File for OPL3          */
  42.     0      40     0      0    "opl3.sys"      /* Midi Device driver          */
  43.     0      40     0      0    "clock01.sys"   /* Midi Device driver          */
  44.     0      40     0      0    "clock02.sys"   /* Midi Device driver          */
  45.     0      40     0      0    "timer0.sys"    /* Midi Device driver          */
  46.  
  47. /*  0      17     2      0    "midimap.dll"   /* Copy this if you created a  */
  48.                                               /* MIDI map                    */
  49.