home *** CD-ROM | disk | FTP | other *** search
- This is Version 2.00 of the Carnegie Mellon University MIDI Toolkit
-
- for Microsoft C
-
-
-
- written by Roger B. Dannenberg
-
- with the help of many friends
-
-
-
- 16 Mar 1987
-
-
-
- This system was produced using
-
- Version 4.00 of Microsoft C
-
- Version 1.00 of Microsoft MASM
-
- Version 3.05 of Microsoft LINK
-
-
-
- To make *.exe files, type
-
- "make makefile".
-
- This is different from Lattice C.
-
- I assume you have libraly and header files in \bin\micro.
-
- If not, change
-
- mscARGS = -AS -I\bin\micro
-
- to
-
- mscARGS = -AS -I\??????(the right directory)
-
- .
-
-
-
- Also, in source code ,there are some differnce between Lattice C
-
- and Microsoft C version. Microsoft C doesn't have peek and poke,
-
- so we wrote them in assambly language.
-
-
-
-