home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / des2.zip / DES.DEP < prev    next >
Text File  |  1993-03-15  |  470b  |  22 lines

  1. # IBM Developer's Workframe/2 Make File Creation run at 22:20:55 on 03/15/93
  2.  
  3. # Make File Creation run in directory:
  4. #   F:\DES;
  5.  
  6. # Assumed INCLUDE environment variable path:
  7. #   F:\TOOLKT20\C\OS2H;
  8. #   F:\TOOLKT20\ASM\OS2INC;
  9. #   F:\IBMC\INCLUDE;
  10.  
  11.  
  12. DES.OBJ:  DES.C  \
  13. #  {$(INCLUDE);}os2.h  \
  14. #  {$(INCLUDE);}stdio.h  \
  15. #  {$(INCLUDE);}string.h  \
  16.    {.;$(INCLUDE);}des.h  \
  17.    DES.MAK
  18.  
  19. TABLES.OBJ:  TABLES.C  \
  20. #  {$(INCLUDE);}os2.h  \
  21.    DES.MAK
  22.