home *** CD-ROM | disk | FTP | other *** search
- #*****************************************************************************
- #*
- #* File FAXEXIT2.MAK
- #*
- #* Description Make file for the FaxExit2.Dll
- #*
- #* Last modif March 15, 1993
- #*
- #* Copyright (c) Microformatic S.A. 1993
- #*
- #*****************************************************************************/
-
- .SUFFIXES: .c .obj .dll .def
-
- COPTS = /Fd /Ss /Q /W3 /Gm /Gd /Ge- /C /Kb
- LOPTS = /BAT /LI /M:FULL /NOI /NOL /NOD /NOE
-
- FaxExit2.Dll: FaxExit2.obj FaxExit2.Def
- @REM @<<FaxExit2.@0
- FaxExit2.Obj
- FaxExit2.Dll
- FaxExit2.Map
- DDE4MBSO FAXAPP12 OS2386
- FaxExit2.Def
- <<
- LINK386 $(LOPTS) @FaxExit2.@0
-
- .c.obj:
- ICC $(COPTS) .\$*.c
-