File:  [OS/2 SDKs] / os232sdk / toolkt20 / c / samples / nead / nead.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

#
#   NEAD Application Make file
#

#
# Default compilation macros
#

CC= cl386 -Zi -W3 -DLINT_ARGS -c -Gs -Od -Zp

#
# Default inference rules
#

.c.obj:
    $(CC) $*.c

.asm.obj:
    $(ASM) $*.asm;

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

#
# Dependencies
#

all: nead.exe

nead.res: nead.rc nead.h nead.ico

nead.obj: nead.c nead.h

neadea.obj: neadea.c nead.h

neadfile.obj: neadfile.c nead.h

nead.exe: nead.obj neadfile.obj neadea.obj nead.res nead.def nead.ico
    link386 nead neadfile neadea,nead/co,nead/map, os2386 libc/nod, nead.def
    rc nead.res

unix.superglobalmegacorp.com

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