home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PMDIB1.ZIP / CALLDIB next >
Text File  |  1992-01-02  |  227b  |  10 lines

  1. #--------------------
  2. #  CALLDIB make file
  3. #--------------------
  4.  
  5. CALLDIB.obj: CALLDIB.c pmdib.h
  6.   cl -c -AL -G2sw -W3 -Zdi CALLDIB.c
  7.  
  8. CALLDIB.exe: CALLDIB.obj
  9.   link CALLDIB.obj, /align:16, NUL, os2 /COD,CALLDIB.def
  10.