File:  [WindowsNT SDKs] / mstools / win32s / ut / samples / utsample / makefile.16
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:25:17 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

OS=DOS
ENV=WIN16

# If this generates the error "Unable to open DOSWIN16.MAK" then you need
# to put a copy of that file (from the GENERIC sample code directory)
# into a directory on your INCLUDE environment variable

!include <$(OS)$(ENV).MAK>

proj = utsamp

all: $(proj)16.dll


# Update the object file if necessary
$(proj)16.obj: $*.c $(proj).h
    $(cc) $(cflags) $(cvars) $(cdebug) /Od /Zi $*.c


$(proj)16.dll: $*.obj $*.def
    $(link) $(guiflags) $*.obj libentry.obj, $*.dll,$*.map,libw mlibcew, $*.DEF /LI /CO /MAP

unix.superglobalmegacorp.com

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