Annotation of mstools/samples/service/makefile, revision 1.1

1.1     ! root        1: # Nmake macros for building Windows 32-Bit apps
        !             2: 
        !             3: !include <ntwin32.mak>
        !             4: 
        !             5: all: simple.exe instsrv.exe client.exe
        !             6: 
        !             7: # Update the object file if necessary
        !             8: 
        !             9: .c.obj:
        !            10:     $(cc) $(cdebug) $(cflags) $(cvarsmt) $*.c
        !            11: 
        !            12: simple.exe: simple.obj
        !            13:     $(link) $(linkdebug) $(conflags) -out:simple.exe simple.obj $(conlibsmt) advapi32.lib
        !            14: 
        !            15: instsrv.exe: instsrv.obj
        !            16:     $(link) $(linkdebug) $(conflags) -out:instsrv.exe instsrv.obj $(conlibsmt) advapi32.lib
        !            17: 
        !            18: client.exe: client.obj
        !            19:     $(link) $(linkdebug) $(conflags) -out:client.exe client.obj $(conlibsmt)
        !            20: 

unix.superglobalmegacorp.com

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