|
|
1.1 root 1: # Makefile for EDPLINE.EXE
2: # Created by Microsoft, IBM Corporation, 1990
3: #
4:
5: # Abbreviations
6: #
7: CC = cl386 -c -W3 -Gs -Oi -Zip
8: LF = /codeview /map /NOD
9:
10: # Inference Rules
11: #
12: .c.obj:
13: $(CC) $*.c
14:
15: .rc.res:
16: rc -r $*.rc
17:
18: all: edpline.exe
19:
20: # Resources
21: #
22: edpline.res: edpline.h edpline.rc
23:
24: # C Files
25: #
26: edpline.obj: edpline.c edpline.h
27:
28: # Files: EDPLINE.EXE, EDPLINE.SYM
29: #
30: edpline.exe: edpline.def edpline.obj edpline.res
31: link386 $(LF) edpline, , edpline.map, os2386 libc, edpline.def
32: rc edpline.res edpline.exe
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.