home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / palette.zip / PALETTE.INC < prev    next >
Text File  |  1998-04-20  |  3KB  |  52 lines

  1. #┌──────────────────────────────────────────────────────────────────────────┐
  2. #│                                                                          │
  3. #│ PROGRAM NAME: PALETTE                                                    │
  4. #│  A PM program demonstrating vector fonts, palette manager APIs, and IPF  │
  5. #│  help.                                                                   │
  6. #│                                                                          │
  7. #│ COPYRIGHT:                                                               │
  8. #│ ----------                                                               │
  9. #│  Copyright (C) International Business Machines Corp., 1992               │
  10. #│                                                                          │
  11. #│ DISCLAIMER OF WARRANTIES:                                                │
  12. #│ -------------------------                                                │
  13. #│  The following [enclosed] code is sample code created by IBM Corporation.│
  14. #│  This sample code is not part of any standard IBM product and is provided│
  15. #│  to you solely for the purpose of assisting you in the development of    │
  16. #│  your applications.  The code is provided "AS IS", without warranty of   │
  17. #│  any kind.  IBM shall not be liable for any damages arising out of your  │
  18. #│  use of the sample code, even if they have been advised of the           │
  19. #│  possibility of such damages.                                            │
  20. #│                                                                          │
  21. #│ For details on what this program does etc., please see the PALETTE.C     │
  22. #│ file.                                                                    │
  23. #│                                                                          ││
  24. #│ Assumed INCLUDE environment variable path:                               │
  25. #│   C:\TOOLKT20\C\OS2H;                                                    │
  26. #│   C:\TOOLKT20\MASM\OS2INC;                                               │
  27. #│   C:\IBMC\INCLUDE;                                                       │
  28. #│   C:\CI\STD;                                                             │
  29. #│                                                                          ││
  30. #└──────────────────────────────────────────────────────────────────────────┘
  31.  
  32.  
  33.  
  34. PALETTE.RES:  PALETTE.RC  \
  35. #  {.;$(INCLUDE)}OS2.H  \
  36.    {.;$(INCLUDE)}PALETTE.H  \
  37.    PALETTE.ICO  \
  38.    PALETTE.H  \
  39.    PALETTE.MAK
  40.  
  41. PALETTE.HLP:  PALETTE.IPF  \
  42.    PALETTE.MAK
  43.  
  44. PALETTE.OBJ:  PALETTE.C  \
  45. #  {$(INCLUDE);}os2.h  \
  46. #  {$(INCLUDE);}string.h  \
  47. #  {$(INCLUDE);}stdlib.h  \
  48. #  {$(INCLUDE);}stdio.h  \
  49. #  {$(INCLUDE);}stdarg.h  \
  50.    {.;$(INCLUDE);}palette.h  \
  51.    PALETTE.MAK
  52.