home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / memlink.zip / MEMLINK.DEP < prev    next >
Text File  |  1995-08-09  |  595b  |  30 lines

  1. # Make File Creation run in directory:
  2. #   C:\MEMLINK;
  3.  
  4. # Assumed INCLUDE environment variable path:
  5. #   C:\TOOLKT21\C\OS2H;
  6. #   C:\TOOLKT21\C\OS2H\VDD;
  7. #   C:\TOOLKT21\ASM\OS2INC;
  8. #   C:\IBMCPP\INCLUDE;
  9. #   C:\IBMCPP\IBMCLASS;
  10.  
  11.  
  12. INCLUDE002=.
  13. INCLUDE002=$(INCLUDE002);$(INCLUDE)
  14.  
  15. INCLUDE001=.
  16. INCLUDE001=$(INCLUDE001);$(INCLUDE)
  17.  
  18. INCLUDE000=$(INCLUDE)
  19.  
  20.  
  21. PIPES.OBJ:  PIPES.C  \
  22. #  {$(INCLUDE000)}stdlib.h  \
  23. #  {$(INCLUDE000)}os2.h  \
  24. #  {$(INCLUDE000)}stdio.h  \
  25.    {$(INCLUDE001)}asr.h  \
  26.    {$(INCLUDE001)}msg_str.h  \
  27.    {$(INCLUDE001)}pipes.h  \
  28.    MEMLINK.MAK
  29.  
  30.