File:  [WindowsNT SDKs] / mstools / samples / nwlink / testlib / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:24:35 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

!include <ntwin32.MAK>

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

proj = testlib
mylibs = wsock32.lib
myobjs = errmsg.obj dperror.obj dstrerr.obj geterror.obj \
		 cmdline.obj netprint.obj wperror.obj memory.obj
myinc = wsipx.h

all: $(proj).lib


#  Compile the C files

errmsg.obj:   $(*B).c 
dperror.obj:   $(*B).c 
wperror.obj:   $(*B).c 
dstrerr.obj:   $(*B).c 
geterror.obj:   $(*B).c
cmdline.obj:   $(*B).c 
netprint.obj:   $(*B).c
memory.obj:   $(*B).c 

#  Create the library

$(proj).lib: $(myobjs) $(SOCKLIB)
        lib32 -OUT:$(proj).lib -SUBSYSTEM:windows $(myobjs)

# Clean up everything
clean :
    -del *.lib
    -del *.obj

unix.superglobalmegacorp.com

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