home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / WKFRAME / MAHJONGG / MAHJONGG.DEP < prev    next >
Text File  |  1993-04-22  |  4KB  |  124 lines

  1. #*┌──────────────────────────────────────────────────────────────────────────┐*/
  2. #*│                                                                          │*/
  3. #*│ SAMPLE PROJECT: MAHJONGG.DEP                                             │*/
  4. #*│                                                                          │*/
  5. #*│ COPYRIGHT:                                                               │*/
  6. #*│ ----------                                                               │*/
  7. #*│  Copyright (C) International Business Machines Corp., 1991,1992,1993.    │*/
  8. #*│                                                                          │*/
  9. #*│DISCLAIMER OF WARRANTIES:                                                 │*/
  10. #*│-------------------------                                                 │*/
  11. #*│ The following [enclosed] code is sample code created by IBM Corporation. │*/
  12. #*│ This sample code is not part of any standard IBM product and is provided │*/
  13. #*│ to you solely for the purpose of assisting you in the development of     │*/
  14. #*│ your applications.  The code is provided "AS IS", without warranty of    │*/
  15. #*│ any kind.  IBM shall not be liable for any damages arising out of your   │*/
  16. #*│ use of the sample code, even if they have been advised of the            │*/
  17. #*│ possibility of such damages.                                             │*/
  18. #*│                                                                          │*/
  19. #*└──────────────────────────────────────────────────────────────────────────┘*/
  20.  
  21. # IBM Developer's Workframe/2 Make File Creation run at 13:46:17 on 02/28/93
  22.  
  23. # Make File Creation run in directory:
  24. #   IBM C Set++ target_directory\WKFRAME\MAHJONGG;
  25.  
  26. # Assumed INCLUDE environment variable path:
  27. #   IBM C Set++ target_directory\include;
  28. #   Toolkit include path;
  29.  
  30.  
  31. MAHJONGG.RES:  MAHJONGG.RC  \
  32. #  {.;$(INCLUDE)}OS2.H  \
  33.    {.;$(INCLUDE)}MAHJONGG.H  \
  34. #    {.;$(INCLUDE)}OS2.H  \
  35. #    {.;$(INCLUDE)}MATH.H  \
  36. #    {.;$(INCLUDE)}TIME.H  \
  37. #    {.;$(INCLUDE)}STDLIB.H  \
  38. #    {.;$(INCLUDE)}STDIO.H  \
  39. #    {.;$(INCLUDE)}MEMORY.H  \
  40. #    {.;$(INCLUDE)}STRING.H  \
  41.    MAHJONGG.ICO  \
  42.    CONGRAT.BMP  \
  43.    ABOUT.BMP  \
  44.    BACKBGA.BMP  \
  45.    BACKVGA.BMP  \
  46.    TILE_N_0.BMP  \
  47.    TILE_N_1.BMP  \
  48.    TILE_N_2.BMP  \
  49.    TILE_N_3.BMP  \
  50.    TILE_N_4.BMP  \
  51.    TILE_N_5.BMP  \
  52.    TILE_N_6.BMP  \
  53.    TILE_N_7.BMP  \
  54.    TILE_N_8.BMP  \
  55.    TILE_N_9.BMP  \
  56.    TILE_C_1.BMP  \
  57.    TILE_C_2.BMP  \
  58.    TILE_C_3.BMP  \
  59.    TILE_C_4.BMP  \
  60.    TILE_C_5.BMP  \
  61.    TILE_C_6.BMP  \
  62.    TILE_C_7.BMP  \
  63.    TILE_C_8.BMP  \
  64.    TILE_C_9.BMP  \
  65.    TILE_D_1.BMP  \
  66.    TILE_D_2.BMP  \
  67.    TILE_D_3.BMP  \
  68.    TILE_D_4.BMP  \
  69.    TILE_D_5.BMP  \
  70.    TILE_D_6.BMP  \
  71.    TILE_D_7.BMP  \
  72.    TILE_D_8.BMP  \
  73.    TILE_D_9.BMP  \
  74.    TILE_B_1.BMP  \
  75.    TILE_B_2.BMP  \
  76.    TILE_B_3.BMP  \
  77.    TILE_B_4.BMP  \
  78.    TILE_B_5.BMP  \
  79.    TILE_B_6.BMP  \
  80.    TILE_B_7.BMP  \
  81.    TILE_B_8.BMP  \
  82.    TILE_B_9.BMP  \
  83.    TILE_R_1.BMP  \
  84.    TILE_R_2.BMP  \
  85.    TILE_R_3.BMP  \
  86.    TILE_W_N.BMP  \
  87.    TILE_W_S.BMP  \
  88.    TILE_W_E.BMP  \
  89.    TILE_W_W.BMP  \
  90.    TILE_F_1.BMP  \
  91.    TILE_F_2.BMP  \
  92.    TILE_F_3.BMP  \
  93.    TILE_F_4.BMP  \
  94.    TILE_S_1.BMP  \
  95.    TILE_S_2.BMP  \
  96.    TILE_S_3.BMP  \
  97.    TILE_S_4.BMP  \
  98.    MAHJONGG.MAK
  99.  
  100. MAHJONGG.HLP:  MAHJONGG.IPF  \
  101.    MAHJONGG.MAK
  102.  
  103. MAHJONGG.OBJ:  MAHJONGG.C  \
  104.    {.;$(INCLUDE);}mahjongg.h  \
  105. #    {$(INCLUDE);}os2.h  \
  106. #    {$(INCLUDE);}math.h  \
  107. #    {$(INCLUDE);}time.h  \
  108. #    {$(INCLUDE);}stdlib.h  \
  109. #    {$(INCLUDE);}stdio.h  \
  110. #    {$(INCLUDE);}memory.h  \
  111. #    {$(INCLUDE);}string.h  \
  112.    MAHJONGG.MAK
  113.  
  114. TILE.OBJ:  TILE.C  \
  115.    {.;$(INCLUDE);}mahjongg.h  \
  116. #    {$(INCLUDE);}os2.h  \
  117. #    {$(INCLUDE);}math.h  \
  118. #    {$(INCLUDE);}time.h  \
  119. #    {$(INCLUDE);}stdlib.h  \
  120. #    {$(INCLUDE);}stdio.h  \
  121. #    {$(INCLUDE);}memory.h  \
  122. #    {$(INCLUDE);}string.h  \
  123.    MAHJONGG.MAK
  124.