home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / MNO100.ZIP / MNOFILT.MAK < prev    next >
Text File  |  1991-05-17  |  1KB  |  29 lines

  1. #--------------------------------------------------------------------*
  2. # This is a sample make file for MNOFILT.C.                          *
  3. #                                                                    *
  4. # To use, enter the following at an OS/2 command line:               *
  5. #                                                                    *
  6. #    NMAKE /F MNOFILT.MAK                                            *
  7. #                                                                    *
  8. #--------------------------------------------------------------------*
  9. # Link MNOFILT.EXE if the object components are younger.             *
  10. # The primary target is built after the dependents are built.        *
  11. # The module definition file provides OS/2 window compatibility.     *
  12. #--------------------------------------------------------------------*
  13. MF.EXE:  MNOFILT.OBJ 
  14.    LINK  MNOFILT,MF,MNOFILT,MNOCALLS.LIB,MNOFILT.DEF; 
  15.  
  16. #--------------------------------------------------------------------*
  17. # Compile MNOFILT.OBJ if the source component is younger.            *
  18. #--------------------------------------------------------------------*
  19. MNOFILT.OBJ:  MNOFILT.C MNOCALLS.H 
  20.    CL /AL /Lp /c /G2 /W4 MNOFILT.C
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.