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

  1. #*******************************************************************************
  2. #* SAMPLE PROJECT: PMLINES.DEP                                                 *
  3. #*                                                                             *
  4. #* COPYRIGHT:                                                                  *
  5. #* ----------                                                                  *
  6. #* Copyright (C) International Business Machines Corp., 1991,1992,1993.        *
  7. #*                                                                             *
  8. #* DISCLAIMER OF WARRANTIES:                                                   *
  9. #* -------------------------                                                   *
  10. #* The following [enclosed] code is sample code created by IBM                 *
  11. #* Corporation.  This sample code is not part of any standard IBM product      *
  12. #* and is provided to you solely for the purpose of assisting you in the       *
  13. #* development of your applications.  The code is provided "AS IS",            *
  14. #* without warranty of any kind.  IBM shall not be liable for any damages      *
  15. #* arising out of your use of the sample code, even if they have been          *
  16. #* advised of the possibility of such damages.                                 *
  17. #*                                                                             *
  18. #*******************************************************************************
  19.  
  20. # IBM Developer's Workframe/2 Make File Creation run at 13:37:12 on 02/28/93
  21.  
  22. # Make File Creation run in directory:
  23. #   IBM C Set++ target_directory\WKFRAME\PMLINES;
  24.  
  25. # Assumed INCLUDE environment variable path:
  26. #   IBM C Set++ target_directory\include;
  27. #   Toolkit include path;
  28.  
  29.  
  30. PMLINES.RES:  PMLINES.RC  \
  31. #  {.;$(INCLUDE)}OS2.H  \
  32.    {.;$(INCLUDE)}PMLINES.H  \
  33.    PMLINES.ICO  \
  34.    PMLINES.DLG  \
  35.      PMLINES.H  \
  36.    PMLINES.MAK
  37.  
  38. PMLINES.OBJ:  PMLINES.C  \
  39. #  {$(INCLUDE);}os2.h  \
  40. #  {$(INCLUDE);}stdlib.h  \
  41. #  {$(INCLUDE);}string.h  \
  42.    {.;$(INCLUDE);}pmlines.h  \
  43.    PMLINES.MAK
  44.