File:  [OS/2 SDKs] / os232sdk / toolkt20 / c / samples / clipview / clipview.mak
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:26:30 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: os2sdk-1990, HEAD
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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.