home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 14 / 14.iso / s / s005 / 24.ddi / PACK4.PK1 / PASBASE.SCR < prev    next >
Encoding:
Text File  |  1993-02-27  |  581 b   |  21 lines

  1.  
  2. /*  PASBASE.SCR  */
  3.  
  4. /* The basic syntax is KEYWORD = one of (STRING, NUMBER, ARRAY)      */
  5. /* All keywords are unique.                                          */
  6.  
  7.     /**************************************************************/
  8.     /*       MAP TABLE stuff                                        */
  9.     /**************************************************************/
  10.  
  11. ProfileData =
  12.    (
  13.    ini = "$(DIR)0\\MIDITYPE.INI"
  14.    appname = "MidiTypes"
  15.    keyname = "Pro AudioSpectrum 16"
  16.    dll = "$(DEST)MIPM.DLL"
  17.    id = 123L
  18.    )
  19.  
  20. /* end of pasbase.scr */
  21.