home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / sdu / samplep.mak < prev    next >
Text File  |  1997-03-14  |  200b  |  8 lines

  1. doit: test.exe
  2.  
  3. test.exe: test.obj
  4.         link386 test.obj /stack:32000 /co /noe,test.exe,,d:\pli\lib\ibmlink.lib d:\pli\lib\ceelink,test.def
  5.  
  6. test.obj: test.pli test.mak
  7.         pli test.pli
  8.