home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ERRABORT.ZIP / TESTDBG < prev   
Text File  |  1989-09-11  |  243b  |  12 lines

  1. #
  2. # OS/2 makefile for 'test' using Microsoft C 5.1
  3. #
  4.  
  5. .c.obj:
  6.     cl -AS -c -G2 -Lp -Od -W3 -Zi -Zp $*.c
  7.  
  8. test.obj:    test.c
  9.  
  10. test.exe:    test.obj c:\usr_dll\debug.lib c:\usr_dll\debug.dll testdbg
  11.     link /CO test,test,NUL,c:\usr_dll\debug;
  12.