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

  1. #
  2. # OS/2 makefile for 'errabort' using Microsoft C 5.1
  3. #
  4. # Check this file VERY CAREFULLY before you use it, since it
  5. # creates or copies files in various locations that may conflict
  6. # with YOUR system setup; it works for me.
  7.  
  8. # Check these compiler flags carefully; you may prefer others.
  9. .c.obj:
  10.     cl -Asnu -c -G2s -Lp -Ois -W3 -Zp $*.c
  11.  
  12. errabort.obj:    errabort.c errabort
  13.  
  14. debug.dll:        errabort.obj errabort.def errabort
  15.     link /CO /NOI /NOD errabort,debug.dll,NUL,doscalls,errabort.def
  16.  
  17. debug.lib:        errabort.def errabort
  18.     implib debug.lib errabort.def
  19.  
  20. c:\usr_dll\debug.lib:    debug.lib
  21. # Check out the destination of this COPY statement; replace it with one
  22. # appropriate for your system setup.
  23.     copy debug.lib c:\usr_dll\debug.lib
  24.  
  25. c:\usr_dll\debug.dll:    debug.dll
  26. # Check out the destination of this COPY statement; replace it with one
  27. # appropriate for your system setup.
  28.     copy debug.dll c:\usr_dll\debug.dll
  29.