File:  [WindowsNT SDKs] / mstools / samples / ddeml / client / makefile
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:23:20 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

# Nmake macros for building Windows 32-Bit apps

!include <ntwin32.mak>

all: client.exe

# Update the resource if necessary

client.res: client.rc
    rc -r client.rc

client.rbj: client.res
    cvtres -$(CPU) client.res -o client.rbj

# Update the object file if necessary

clinit.obj: clinit.c
    $(cc) $(cflags) $(cvars) $(cdebug) clinit.c

dde.obj: dde.c
    $(cc) $(cflags) $(cvars) $(cdebug) dde.c

ddemlcl.obj: ddemlcl.c
    $(cc) $(cflags) $(cvars) $(cdebug) ddemlcl.c

dialog.obj: dialog.c
    $(cc) $(cflags) $(cvars) $(cdebug) dialog.c

huge.obj: huge.c
    $(cc) $(cflags) $(cvars) $(cdebug) huge.c

infoctrl.obj: infoctrl.c
    $(cc) $(cflags) $(cvars) $(cdebug) infoctrl.c

mem.obj: mem.c
    $(cc) $(cflags) $(cvars) $(cdebug) mem.c

track.obj: track.c
    $(cc) $(cflags) $(cvars) $(cdebug) track.c

client.exe: clinit.obj dde.obj ddemlcl.obj dialog.obj huge.obj infoctrl.obj mem.obj track.obj client.rbj client.def
    $(link) $(linkdebug) $(guiflags) -out:client.exe clinit.obj dde.obj ddemlcl.obj dialog.obj huge.obj infoctrl.obj mem.obj track.obj client.rbj $(guilibs)

unix.superglobalmegacorp.com

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