home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / WKFRAME / MAHJONGG / README.MAJ < prev    next >
Text File  |  1993-10-12  |  6KB  |  81 lines

  1. ***************************************************************************
  2. * MAHJONGG SAMPLE PROJECT: Readme File (README.TXT)                       *
  3. *                                                                         *
  4. * COPYRIGHT: Copyright(C) International Business Machines Corp.,1992,1993.*
  5. *                                                                         *
  6. * DISCLAIMER OF WARRANTIES:                                               *
  7. *   The accompanying code is sample code created by the IBM Corporation.  *
  8. *   This sample code is not part of any standard IBM product and is       *
  9. *   provided to you solely for the purpose of assisting you in the        *
  10. *   development of your applications.  The code is provided "AS IS",      *
  11. *   without warranty of any kind.  IBM shall not be liable for any        *
  12. *   damages arising out of your use of the sample code, even if they      *
  13. *   have been advised of the possibility of such damages.                 *
  14. ***************************************************************************
  15.  
  16. ***************************************************************************
  17. * File list:                                                              *
  18. *   README.TXT   - (This file) Readme file for MAHJONGG program           *
  19. *   MAHJONGG.C   - C Source code for MAHJONGG program                     *
  20. *   MAHJONGG.H   - C Header file for MAHJONGG program                     *
  21. *   MAHJONGG.DEF - Definition file for MAHJONGG program                   *
  22. *   MAHJONGG.RC  - Resource source file for MAHJONGG program              *
  23. *   MAHJONGG.ICO - Icon file for MAHJONGG program                         *
  24. *   MAHJONGG.MAK - WorkFrame/2* MakeMake-generated make file to create    *
  25. *                  MAHJONGG.EXE                                           *
  26. *   MAKEFILE     - Hand-created make file to create MAHJONGG.EXE with     *
  27. *                  debug information and compiled help file, MAHJONGG.HLP *
  28. *   MAHJONGG.DEP - Dependency file to create MAHJONGG.EXE                 *
  29. *   MAHJONGG.IPF - Help source file for MAHJONGG.EXE                      *
  30. *   *.BMP        - Bitmap files for MAHJONGG program                      *
  31. *   MAHJONGG.PRJ - Project file for MAHJONGG program                      *
  32. ***************************************************************************
  33.  
  34. ***************************************************************************
  35. * Compiler Options:                                                       *
  36. *   To compile the MAHJONGG project correctly, please set the following   *
  37. *   compiler options for the Compile action in the MAHJONGG project       *
  38. *   settings (leave all other compiler options settings as default):      *
  39. *                                                                         *
  40. *     - Select the "Turn on optimization" checkbox from the "Object"      *
  41. *       pages of the compiler options notebook.                           *
  42. *     - Select the "Allow use of '//' for comments check box from the     * 
  43. *       "Source" page of the compiler options notebook.                   *
  44. ***************************************************************************
  45.  
  46. ***************************************************************************
  47. * Linker Options:                                                         *
  48. *   To link the MAHJONGG project correctly, please set the following      *
  49. *   linker options for the Link action in the MAHJONGG project settings   *
  50. *   (leave all other linker options settings as default):                 *
  51. *                                                                         *
  52. *     - Type "MAHJONGG.MAP" in the "Map (.MAP) file name" entry field     *
  53. *       on the "File names" page of the linker options notebook.          *
  54. *     - Type "MAHJONGG.DEF" in the "Definition (.DEF) file name" entry    *
  55. *       field on the "File names" page of the linker options notebook.    *
  56. ***************************************************************************
  57.  
  58. ***************************************************************************
  59. * Make file:                                                              *
  60. *   Please ensure that the make file, MAHJONGG.MAK, contains the          *
  61. *   following lines (if you re-generate this file using WorkFrame/2*'s    *
  62. *   makefile generation utility, you will need to insert these lines by   *
  63. *   hand) in the influence section of the make file.  These lines create  *
  64. *   the MAHJONGG help file.                                               *
  65. *                                                                         *
  66. *    ALL: MAHJONGG.EXE \                                                  *
  67. *    # Please make sure the following file name is included in the        *
  68. *    # target list in the make file                                       *
  69. *         MAHJONGG.HLP \                                                  *
  70. *         MAHJONGG.RES                                                    *
  71. *       .                                                                 *
  72. *       .                                                                 *
  73. *       .                                                                 *
  74. *                                                                         *
  75. *    # Please include the following lines to compile the help source file *
  76. *       {.}.ipf.hlp:                                                      *  *
  77. *       ICC.EXE /Ss /DIPF /Pe .\$*.ipf                                    *
  78. *       IPFC .\$*.i                                                       *
  79. ***************************************************************************
  80.  
  81.