home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / printq14.zip / HELLOQMTO / MAKEFILE.DEP < prev   
Text File  |  1994-04-25  |  802b  |  38 lines

  1. # IBM Developer's Workframe/2 Make File Creation run at 08:59:51 on 08/19/93
  2.  
  3. # Make File Creation run in directory:
  4. #   C:\SOURCE\HELLOQMTO;
  5.  
  6. # Assumed INCLUDE environment variable path:
  7. #   C:\IBMCPP\INCLUDE;
  8. #   C:\IBMCPP\IBMCLASS;
  9. #   C:\TOOLKT20\CPLUS\OS2H;
  10. #   C:\TOOLKT20\C\OS2H;
  11. #   C:\TOOLKT20\ASM\OS2INC;
  12.  
  13.  
  14. INCLUDE002=.
  15. INCLUDE002=$(INCLUDE002);$(INCLUDE)
  16.  
  17. INCLUDE001=.
  18. INCLUDE001=$(INCLUDE001);$(INCLUDE)
  19.  
  20. INCLUDE000=$(INCLUDE)
  21.  
  22.  
  23. HELLO.RES:  HELLO.RC  \
  24. #  {$(INCLUDE002)}OS2.H  \
  25.    {$(INCLUDE002)}HELLO.H  \
  26.    HELLO.ICO  \
  27.    HELLO.DLG  \
  28.      HELLO.H  \
  29.    MAKEFILE
  30.  
  31. HELLO.OBJ:  HELLO.C  \
  32. #  {$(INCLUDE000)}printq.h  \
  33. #  {$(INCLUDE000)}stdio.h  \
  34. #  {$(INCLUDE000)}stdlib.h  \
  35. #  {$(INCLUDE000)}string.h  \
  36.    {$(INCLUDE001)}hello.h  \
  37.    MAKEFILE
  38.