|
|
1.1 root 1: # Makefile for CLIPVIEW.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: clipview.exe
19:
20: # Resources
21: #
22:
23: clipview.res: clipview.h clipview.ico clipview.rc
24:
25: # C files
26: #
27: clipview.obj: clipview.c clipview.h
28:
29: clipfile.obj: clipfile.c clipview.h
30:
31: # Main files: CLIPVIEW.EXE
32: #
33: clipview.exe: clipview.def clipview.obj clipview.res clipfile.obj
34: link386 $(LF) clipview clipfile, , , ..\opendlg\opendlg os2386 libc, clipview
35: rc clipview.res clipview.exe
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.