home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PMDEBUG.ZIP / PMDEBUG.MK < prev    next >
Text File  |  1990-03-05  |  335b  |  17 lines

  1. link=/cod
  2.  
  3. pmdebug.res: pmdebug.rc
  4.    rc -r pmdebug.rc
  5.  
  6. .c.obj:
  7.    cl -c -Zi -G2w -Gs -AS $*.c
  8.  
  9. pmdebug.obj: pmdebug.c
  10.  
  11. pmdebug.exe: pmdebug.obj pmdebug.def pmdebug.mk
  12.    link $(link)/align:16  pmdebug ,pmdebug,nul,os2,pmdebug.def;
  13.    rc pmdebug.res pmdebug.exe
  14.  
  15. pmdebug.exe: pmdebug.res
  16.    rc pmdebug.res pmdebug.exe
  17.