File:  [WindowsNT SDKs] / mstools / samples / fontview / makefile.w31
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:20:49 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-oct-1992, ntsdk-nov-1993, ntsdk-jun-1992, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 297 06-28-1992

# This line allows NMAKE to work as well

all: FontView.exe

# Update the resource if necessary

FontView.res: FontView.rc FontView.h
    rc -r FontView.rc

# Update the object file if necessary

FontView.obj: FontView.c FontView.h
    cl -c -AS -Gsw -Oas -Zpe FontView.c

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

FontView.exe: FontView.obj FontView.def
    link /NOD FontView,,, /NOI /NOD:SLIBCE SLIBCEW libw, FontView.def
    rc FontView.res

# If the .res file is new and the .exe file is not, update the resource.
# Note that the .rc file can be updated without having to either 
# compile or link the file.

FontView.exe: FontView.res
    rc FontView.res

unix.superglobalmegacorp.com

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