home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Product / Product.zip / PRESNT.ZIP / MAKEFILE.DEP < prev    next >
Text File  |  1992-04-09  |  883b  |  37 lines

  1. # IBM Developer's Workframe/2 Make File Creation run at 12:29:23 on 04/08/92
  2.  
  3. # Make File Creation run in directory:
  4. #   E:\C\SHEET;
  5.  
  6. # Assumed INCLUDE environment variable path:
  7. #   D:\IBMC\INCLUDE;
  8. #   D:\TOOLKT20\C\OS2H;
  9. #   D:\TOOLKT20\ASM\OS2INC;
  10. #   E:\C\INCLUDE;
  11.  
  12.  
  13. PRESENT.RES:  PRESENT.RC  \
  14. #  {.;$(INCLUDE)}OS2.H  \
  15.    {.;$(INCLUDE)}PRESENT.H  \
  16.    PRESENT.ICO  \
  17.    PRESENT.PTR  \
  18.    MAKEFILE
  19.  
  20. PRESENT.OBJ:  PRESENT.C  \
  21. #  {.;$(INCLUDE);}os2.h  \
  22. #  {.;$(INCLUDE);}stdio.h  \
  23. #  {.;$(INCLUDE);}stdlib.h  \
  24. #  {.;$(INCLUDE);}string.h  \
  25. #  {.;$(INCLUDE);}malloc.h  \
  26.    {.;.;$(INCLUDE);}presfont.h  \
  27.    {.;.;$(INCLUDE);}present.h  \
  28.    MAKEFILE
  29.  
  30. PRESFONT.OBJ:  PRESFONT.C  \
  31. #  {.;$(INCLUDE);}os2.h  \
  32.    {.;$(INCLUDE);}presfont.h  \
  33. #  {.;$(INCLUDE);}stdio.h  \
  34. #  {.;$(INCLUDE);}stdlib.h  \
  35. #  {.;$(INCLUDE);}string.h  \
  36.    MAKEFILE
  37.