File:  [WindowsNT SDKs] / mstools / samples / mltithrd / makefile
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:23:45 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

# Some nmake macros for building Win32 applications

!include <ntwin32.mak>

all: mltithrd.exe

# Update the object file if necessary

mltithrd.obj: mltithrd.c mltithrd.h
    $(cc) $(cflags) $(cvarsmt) $(cdebug) mltithrd.c

# Update the resources if necessary

mltithrd.res: mltithrd.rc mltithrd.h
    rc -r mltithrd.rc

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

# Update the executable file if necessary, and if so, add the resource back in.

mltithrd.exe: mltithrd.obj mltithrd.rbj
    $(link) $(linkdebug) $(guiflags) -out:mltithrd.exe mltithrd.obj mltithrd.rbj $(guilibsmt)

unix.superglobalmegacorp.com

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