|
|
Microsoft OS/2 SDK 2.0 05-30-1990
# Makefile for CLIPVIEW.EXE
# Created by Microsoft, IBM Corporation, 1990
#
# Abbreviations
#
CC = cl386 -c -W3 -Gs -Oi -Zip
LF = /codeview /map /NOD
# Inference Rules
#
.c.obj:
$(CC) $*.c
.rc.res:
rc -r $*.rc
all: clipview.exe
# Resources
#
clipview.res: clipview.h clipview.ico clipview.rc
# C files
#
clipview.obj: clipview.c clipview.h
clipfile.obj: clipfile.c clipview.h
# Main files: CLIPVIEW.EXE
#
clipview.exe: clipview.def clipview.obj clipview.res clipfile.obj
link386 $(LF) clipview clipfile, , , ..\opendlg\opendlg os2386 libc, clipview
rc clipview.res clipview.exe
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.