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

  1. all: ioseg.lib testio32.exe
  2.  
  3. ioseg.lib: ioseg.def
  4.   implib /nologo ioseg.lib ioseg.def
  5.  
  6. testio32.exe: testio32.obj ioseg.obj 
  7.     link386 /noi /map /pm:vio testio32,,testio32,ioseg,testio32
  8.  
  9. testio32.obj: testio32.c  
  10.     icc -c -Q -Gd testio32.c
  11.  
  12.