home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cdisk.zip / MMAP / TEST.MAK < prev    next >
Text File  |  1992-12-28  |  139b  |  7 lines

  1. test.exe: test.obj
  2.      link16 test,test,test,+c:\os2\doscalls+d:\lib\llibcep,,test.def
  3.  
  4. test.obj: test.c
  5.      cl -AL -G2 -c test.c
  6.  
  7.