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