home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / 3DMAZE.ZIP / HEXMAZE.DEP < prev    next >
Text File  |  1992-09-11  |  613b  |  26 lines

  1. # IBM Developer's Workframe/2 Make File Creation run at 10:23:34 on 09/11/92
  2.  
  3. # Make File Creation run in directory:
  4. #   D:\USER\OS2\HEXMAZE;
  5.  
  6. # Assumed INCLUDE environment variable path:
  7. #   D:\TOOLKT20\C\OS2H;
  8. #   D:\TOOLKT20\ASM\OS2INC;
  9. #   D:\sfw\os2\IBMC\INCLUDE;
  10.  
  11.  
  12. HEXMAZE.RES:  HEXMAZE.RC  \
  13. #  {.;$(INCLUDE)}OS2.H  \
  14.    {.;$(INCLUDE)}HEXMAZE.H  \
  15.    HEXMAZE.ICO  \
  16.    HEXMAZE
  17.  
  18. hexmaze.OBJ:  hexmaze.c  \
  19. #  {$(INCLUDE);}stdio.h  \
  20. #  {$(INCLUDE);}os2.h  \
  21. #  {$(INCLUDE);}stdlib.h  \
  22. #  {$(INCLUDE);}malloc.h  \
  23. #  {$(INCLUDE);}math.h  \
  24.    {.;$(INCLUDE);}hexmaze.h  \
  25.    HEXMAZE
  26.