home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-08-19 | 601 b | 27 lines |
- # IBM Developer's Workframe/2 Make File Creation run at 22:02:05 on 07/08/93
-
- # Make File Creation run in directory:
- # C:\SOURCE\HELLOQ2;
-
- # Assumed INCLUDE environment variable path:
- # C:\IBMC\INCLUDE;
- # C:\TOOLKT20\C\OS2H;
- # C:\TOOLKT20\ASM\OS2INC;
-
-
- HELLO.RES: HELLO.RC \
- # {.;$(INCLUDE)}OS2.H \
- {.;$(INCLUDE)}HELLO.H \
- HELLO.ICO \
- HELLO.DLG \
- HELLO.H \
- MAKEFILE
-
- hello.OBJ: hello.c \
- # {$(INCLUDE);}printq.h \
- # {$(INCLUDE);}stdio.h \
- # {$(INCLUDE);}stdlib.h \
- # {$(INCLUDE);}string.h \
- {.;$(INCLUDE);}hello.h \
- MAKEFILE
-