home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / btns.zip / BUTTONS.DEP < prev    next >
Text File  |  1994-06-23  |  1KB  |  32 lines

  1. #*******************************************************************************
  2. #* SAMPLE PROJECT: BUTTONS.DEP                                                 *
  3. #*                                                                             *
  4. #* DISCLAIMER OF WARRANTIES:                                                   *
  5. #* -------------------------                                                   *
  6. #* The following [enclosed] code is sample code created by IBM                 *
  7. #* Corporation.  This sample code is not part of any standard IBM product      *
  8. #* and is provided to you solely for the purpose of assisting you in the       *
  9. #* development of your applications.  The code is provided "AS IS",            *
  10. #* without warranty of any kind.  IBM shall not be liable for any damages      *
  11. #* arising out of your use of the sample code, even if they have been          *
  12. #* advised of the possibility of such damages.                                 *
  13. #*                                                                             *
  14. #*******************************************************************************
  15.  
  16. INCLUDE002=.
  17. INCLUDE002=$(INCLUDE002);$(INCLUDE)
  18.  
  19. INCLUDE001=.
  20. INCLUDE001=$(INCLUDE001);$(INCLUDE)
  21.  
  22. INCLUDE000=$(INCLUDE)
  23.  
  24. buttons.RES:  buttons.RC  \
  25.    {$(INCLUDE002)}buttons.H  \
  26.    BRAZIL.ICO  \
  27.    buttons.MAK
  28.  
  29. buttons.OBJ:  buttons.CPP  \
  30.    {$(INCLUDE001)}buttons.h  \
  31.    BUTTONS.MAK
  32.