home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / gall231.zip / DDE.ZIP / CLIENT.DEP < prev    next >
Text File  |  1994-06-19  |  752b  |  36 lines

  1. # IBM Developer's Workframe/2 Make File Creation run at 11:35:32 on 06/12/94
  2.  
  3. # Make File Creation run in directory:
  4. #   D:\BITWARE\CLIENT;
  5.  
  6. # Assumed INCLUDE environment variable path:
  7. #   D:\BITWARE\DLL;
  8. #   D:\BITWARE\JPEG;
  9. #   D:\TOOLKT21\C\OS2H;
  10. #   D:\IBMCPP\INCLUDE;
  11.  
  12.  
  13. INCLUDE002=.
  14. INCLUDE002=$(INCLUDE002);$(INCLUDE)
  15.  
  16. INCLUDE001=.
  17. INCLUDE001=$(INCLUDE001);$(INCLUDE)
  18.  
  19. INCLUDE000=$(INCLUDE)
  20.  
  21.  
  22. client.RES:  client.rc  \
  23. #  {$(INCLUDE002)}OS2.H  \
  24.    {$(INCLUDE002)}CLIENT.H  \
  25.    CLIENT.DLG  \
  26.      CLIENT.H  \
  27.    CLIENT.MAK
  28.  
  29. client.OBJ:  client.c  \
  30. #  {$(INCLUDE000)}os2.h  \
  31. #  {$(INCLUDE000)}stdlib.h  \
  32. #  {$(INCLUDE000)}stdio.h  \
  33. #  {$(INCLUDE000)}string.h  \
  34.    {$(INCLUDE001)}client.h  \
  35.    CLIENT.MAK
  36.