home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / midifile / cmtcmu / readme < prev    next >
Text File  |  1990-06-28  |  750b  |  28 lines

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