home *** CD-ROM | disk | FTP | other *** search
/ IBM CD Showcase / OS2_CD_ROM.iso / smce0001 / faxpm / demo / api0 / FAXEXIT2.MAK < prev    next >
Encoding:
Text File  |  1993-11-10  |  700 b   |  31 lines

  1. #*****************************************************************************
  2. #*
  3. #* File         FAXEXIT2.MAK
  4. #*
  5. #* Description  Make file for the FaxExit2.Dll
  6. #*
  7. #* Last modif   March 15, 1993
  8. #*
  9. #* Copyright    (c) Microformatic S.A. 1993
  10. #*
  11. #*****************************************************************************/
  12.  
  13. .SUFFIXES: .c .obj .dll .def
  14.  
  15. COPTS = /Fd /Ss /Q /W3 /Gm /Gd /Ge- /C /Kb
  16. LOPTS = /BAT /LI /M:FULL /NOI /NOL /NOD /NOE
  17.  
  18. FaxExit2.Dll: FaxExit2.obj FaxExit2.Def
  19.    @REM @<<FaxExit2.@0
  20.    FaxExit2.Obj
  21.    FaxExit2.Dll
  22.    FaxExit2.Map
  23.    DDE4MBSO FAXAPP12 OS2386
  24.    FaxExit2.Def
  25. <<
  26.    LINK386 $(LOPTS) @FaxExit2.@0
  27.  
  28. .c.obj:
  29.    ICC $(COPTS) .\$*.c
  30.  
  31.