Category : Music and Digitized Voice
Archive   : PAS-SDK1.ZIP
Filename : MIDI

 
Output of file : MIDI contained in archive : PAS-SDK1.ZIP
#
# make the midi code
#
AS = /Mx /DMODELSIZE=1 ### make file ASSEMBLER permenant switches
CS = /Zi /c ### make file COMPILER permenant switches
LS = /Ma ### make file LINKER permentant switches
AO = /Zi ### make file ASSEMBLER command line switches
CO = /Zi ### make file COMPILER command line switches
LO = /Co ### make file LINKER command line switches

midia.obj: midia.asm
masm $(AS) $(AO) /DBUILD_NONE=1 midia;

midi.obj: midi.c
cl $(CS) $(CO) midi.c

midi.exe: midi.obj midia.obj
link $(LS) $(LO) midi+midia,,,mvhslib;



  3 Responses to “Category : Music and Digitized Voice
Archive   : PAS-SDK1.ZIP
Filename : MIDI

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/