home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dos2ib.zip / DOS2IBM.DEP < prev    next >
Text File  |  1993-10-25  |  943b  |  42 lines

  1. # IBM Developer's Workframe/2 Make File Creation run at 19:29:53 on 10/25/93
  2.  
  3. # Make File Creation run in directory:
  4. #   F:\C\OS2\DOS2PM;
  5.  
  6. # Assumed INCLUDE environment variable path:
  7. #   C:\MUGLIB;
  8. #   W:\SQLLIB;
  9. #   J:\TOOLKT21\CPLUS\OS2H;
  10. #   J:\TOOLKT21\C\OS2H;
  11. #   J:\TOOLKT21\ASM\OS2INC;
  12. #   J:\IBMCPP\INCLUDE;
  13. #   J:\IBMCPP\IBMCLASS;
  14. #   J:\TOOLKT21\C\OS2H\VDD;
  15.  
  16.  
  17. INCLUDE002=.
  18. INCLUDE002=$(INCLUDE002);$(INCLUDE)
  19.  
  20. INCLUDE001=.
  21. INCLUDE001=$(INCLUDE001);$(INCLUDE)
  22.  
  23. INCLUDE000=$(INCLUDE)
  24.  
  25.  
  26. dos2pm.RES:  dos2pm.rc  \
  27. #  {$(INCLUDE002)}OS2.H  \
  28.    {$(INCLUDE002)}DOS2PM.H  \
  29.    DOS2IBM.MAK
  30.  
  31. dos2ibm.OBJ:  dos2ibm.c  \
  32. #  {$(INCLUDE000)}os2.h  \
  33. #  {$(INCLUDE000)}stdio.h  \
  34. #  {$(INCLUDE000)}memory.h  \
  35. #  {$(INCLUDE000)}stddef.h  \
  36. #  {$(INCLUDE000)}errno.h  \
  37. #  {$(INCLUDE000)}malloc.h  \
  38. #  {$(INCLUDE000)}string.h  \
  39. #  {$(INCLUDE000)}process.h  \
  40.    {$(INCLUDE001)}dos2pm.h  \
  41.    DOS2IBM.MAK
  42.