home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cdisk.zip / IOPL / TESTIO.MAK < prev    next >
Text File  |  1992-12-29  |  243b  |  10 lines

  1. testio.exe: testio.obj ioseg.obj 
  2.     link16 /CO /nod /noe /noi /map testio+ioseg,testio.exe,testio,c:\os2\doscalls+llibcep,testio.def
  3.  
  4. testio.obj: testio.c  
  5.     cl -c -AL -G2 testio.c
  6.  
  7. ioseg.obj: ioseg.asm
  8.         masm /MX /T ioseg.asm;
  9.  
  10.