home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / TUTORIAL / DEBUGGER / DPMLINES / DPMLINES.DEP < prev    next >
Text File  |  1992-04-01  |  2KB  |  41 lines

  1. #*******************************************************************************
  2. #* SAMPLE PROGRAM: DPMLINES.DEP                                                *
  3. #*                                                                             *
  4. #* COPYRIGHT:                                                                  *
  5. #* ----------                                                                  *
  6. #* Copyright (C) International Business Machines Corp., 1991,1992.             *
  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. # IBM Developer's Workframe/2 Make File Creation run at 09:51:50 on 03/05/92
  20.  
  21. # Make File Creation run in directory:
  22. #   D:\IBMC\SAMPLES\DEBUG;
  23.  
  24. # Assumed INCLUDE environment variable path:
  25. #   D:\IBMC\INCLUDE;
  26.  
  27. DPMLINES.RES:  DPMLINES.RC  \
  28. #  {.;$(INCLUDE)}OS2.H  \
  29.    {.;$(INCLUDE)}DPMLINES.H  \
  30.    DPMLINES.ICO  \
  31.    DPMLINES.DLG  \
  32.      DPMLINES.H  \
  33.    DPMLINES.MAK
  34.  
  35. DPMLINES.OBJ:  DPMLINES.C  \
  36. #  {$(INCLUDE);}os2.h  \
  37. #  {$(INCLUDE);}stdlib.h  \
  38. #  {$(INCLUDE);}string.h  \
  39.    {.;$(INCLUDE);}dpmlines.h  \
  40.    DPMLINES.MAK
  41.