home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / impfunct.zip / IMPFILT.MAK < prev    next >
Text File  |  1991-07-28  |  1KB  |  32 lines

  1. #--------------------------------------------------------------------*
  2. # This is a sample make file for IMPFILT.C.                          *
  3. #                                                                    *
  4. # To use, enter the following at an OS/2 command line:               *
  5. #                                                                    *
  6. #    NMAKE /F IMPFILT.MAK                                            *
  7. #                                                                    *
  8. #--------------------------------------------------------------------*
  9. # Link IMPFILT.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. IMPFILT.EXE:  IMPFILT.OBJ 
  14.    LINK  IMPFILT,IMPFILT,IMPFILT,,IMPFILT.DEF; 
  15.  
  16. #--------------------------------------------------------------------*
  17. # Compile IMPFILT.OBJ if the source component is younger.            *
  18. #--------------------------------------------------------------------*
  19. IMPFILT.OBJ:  IMPFILT.C SYMTYPES.H 
  20.    CL /AL /Lp /c /G2 /W4 IMPFILT.C
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.