home *** CD-ROM | disk | FTP | other *** search
/ Chestnut's Multimedia Mania / MM_MANIA.ISO / midi / cmtcmu / readme < prev    next >
Encoding:
Text File  |  1990-06-28  |  750 b   |  28 lines

  1. This is Version 2.00 of the Carnegie Mellon University MIDI Toolkit
  2.  
  3. for Microsoft C
  4.  
  5.  
  6.  
  7.         written by Roger B. Dannenberg
  8.  
  9.          with the help of many friends
  10.  
  11.  
  12.  
  13.              16 Mar 1987
  14.  
  15.  
  16.  
  17. This system was produced using
  18.  
  19.     Version 4.00 of Microsoft C
  20.  
  21.     Version 1.00 of Microsoft MASM
  22.  
  23.     Version 3.05 of Microsoft LINK
  24.  
  25.  
  26.  
  27. To make *.exe files, type
  28.  
  29. "make makefile". 
  30.  
  31. This is different from Lattice C.
  32.  
  33. I assume you have libraly and header files in \bin\micro.
  34.  
  35. If not, change 
  36.  
  37.     mscARGS = -AS -I\bin\micro
  38.  
  39. to
  40.  
  41.     mscARGS = -AS -I\??????(the right directory)
  42.  
  43. .
  44.  
  45.  
  46.  
  47. Also, in source code ,there are some differnce between Lattice C
  48.  
  49. and Microsoft C version. Microsoft C doesn't have peek and poke,
  50.  
  51. so we wrote them in assambly language.
  52.  
  53.  
  54.  
  55.