File:  [OS/2 SDKs] / os232sdk / toolkt20 / c / samples / snap / snap.mak
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:26:31 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 SNAP application
# Created by Microsoft, IBM Corporation 1990
#

# Abbreviations
#
CC	= cl386 -c -Gs -Od -W3 -Zpi
LF	= /co /map /NOD

# Inference Rules
#
.c.obj:
    $(CC) _TEXT $*.c

.rc.res:
    rc -r $*.rc

# Dependencies
#

all:	snap.exe

snap.res:	snap.mak snap.rc snap.h snap.ico hand.ptr select.ptr snap.ptr

snap.obj:	snap.mak snap.c snap.h

snap.exe:	snap.mak snap.def snap.obj snap.res
    link386 $(LF) snap, , snap, os2386 libc, snap;
    rc snap.res

unix.superglobalmegacorp.com

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