home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / v / vol1n7.zip / GAME.DEP < prev    next >
Text File  |  1993-02-25  |  2KB  |  66 lines

  1. # IBM Developer's Workframe/2 Make File Creation run at 22:29:40 on 02/25/93
  2.  
  3. # Make File Creation run in directory:
  4. #   C:\GAME\VOL1N7;
  5.  
  6. # Assumed INCLUDE environment variable path:
  7. #   C:\IBMC\INCLUDE;
  8. #   C:\TOOLKT20\C\OS2H;
  9.  
  10.  
  11. GAME.RES:  GAME.RC  \
  12. #  {.;$(INCLUDE)}OS2.H  \
  13.    {.;$(INCLUDE)}GAME.H  \
  14.    {.;$(INCLUDE)}DIALOG.H  \
  15.    DIALOG.DLG  \
  16.      DIALOG.H  \
  17.    GAME.ICO  \
  18.    GAME.MAK
  19.  
  20. files.OBJ:  files.c  \
  21. #  {$(INCLUDE);}os2.h  \
  22. #  {$(INCLUDE);}string.h  \
  23.    {.;$(INCLUDE);}header.h  \
  24.    {.;$(INCLUDE);}hexes.h  \
  25.    GAME.MAK
  26.  
  27. GAME.OBJ:  GAME.C  \
  28. #  {$(INCLUDE);}os2.h  \
  29.    {.;$(INCLUDE);}header.h  \
  30.    {.;$(INCLUDE);}game.h  \
  31.    {.;$(INCLUDE);}target.h  \
  32.      {.;$(INCLUDE);}hexes.h  \
  33.    {.;$(INCLUDE);}dialog.h  \
  34.    {.;$(INCLUDE);}files.h  \
  35.    {.;$(INCLUDE);}menu.h  \
  36.    GAME.MAK
  37.  
  38. HEXES.OBJ:  HEXES.C  \
  39. #  {$(INCLUDE);}os2.h  \
  40. #  {$(INCLUDE);}string.h  \
  41. #  {$(INCLUDE);}stdlib.h  \
  42. #  {$(INCLUDE);}math.h  \
  43.    {.;$(INCLUDE);}header.h  \
  44.    {.;$(INCLUDE);}game.h  \
  45.    {.;$(INCLUDE);}target.h  \
  46.      {.;$(INCLUDE);}hexes.h  \
  47.    GAME.MAK
  48.  
  49. menu.OBJ:  menu.c  \
  50. #  {$(INCLUDE);}os2.h  \
  51.    {.;$(INCLUDE);}game.h  \
  52.    {.;$(INCLUDE);}dialog.h  \
  53.    {.;$(INCLUDE);}menu.h  \
  54.    {.;$(INCLUDE);}files.h  \
  55.    GAME.MAK
  56.  
  57. TARGET.OBJ:  TARGET.C  \
  58. #  {$(INCLUDE);}os2.h  \
  59. #  {$(INCLUDE);}math.h  \
  60. #  {$(INCLUDE);}stdlib.h  \
  61.    {.;$(INCLUDE);}header.h  \
  62.    {.;$(INCLUDE);}target.h  \
  63.      {.;$(INCLUDE);}hexes.h  \
  64.    {.;$(INCLUDE);}dialog.h  \
  65.    GAME.MAK
  66.