home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / guit01.zip / EXTIF.MAK < prev    next >
Text File  |  1993-11-30  |  2KB  |  32 lines

  1. #*************************************************************************** 
  2. #*                                                                         *
  3. #*    File:         EXTLIST.mak                                            *
  4. #*                                                                         *
  5. #*    Description:  This file contains the MAKE dependency lists           *
  6. #*                  for the External Interfacing Example system.           *
  7. #*                                                                         *
  8. #*    Copyright:    (C) Copyright JBA International Plc 1993               *
  9. #*                  All Rights Reserved.                                   *
  10. #*                                                                         *
  11. #*    Date:         27 Nov 1993                                            *
  12. #*                                                                         *
  13. #*************************************************************************** 
  14.  
  15.  
  16. #*************************************************************************** 
  17. #*    Total dependency list.                                               *
  18. #*************************************************************************** 
  19.  
  20. TOTAL : dirlist.obj dirint.obj
  21.  
  22.  
  23. #*************************************************************************** 
  24. #*    Dependency list for dirint and dirlist                               *
  25. #*************************************************************************** 
  26.  
  27. dirint.obj : dirint.cpp  dirint.hpp
  28.     icc /C /Gd- /Ge+ /Gmn /Kbecr /N5 /Tl- /W3 dirint.cpp
  29.     
  30. dirlist.obj : dirlist.cpp  dirlist.hpp
  31.     icc /C /Gd- /Ge+ /Gmn /Kbecr /N5 /Tl- /W3 dirlist.cpp
  32.