Annotation of mstools/samples/namepipe/npserver/makefile, revision 1.1

1.1     ! root        1: # Nmake macros for building Windows 32-Bit apps
        !             2: 
        !             3: !include <ntwin32.mak>
        !             4: 
        !             5: all: server32.exe
        !             6: 
        !             7: # Update the resource if necessary
        !             8: 
        !             9: server32.rbj: server32.rc server32.h
        !            10:     rc -r -fo server32.res server32.rc
        !            11:     cvtres -$(CPU) server32.res -o server32.rbj
        !            12: 
        !            13: # Update the object file if necessary
        !            14: 
        !            15: server32.obj: server32.c server32.h
        !            16:     $(cc) $(cdebug) $(cflags) $(cvars) server32.c
        !            17: 
        !            18: # Update the executable file if necessary, and if so, add the resource back in.
        !            19: 
        !            20: server32.exe: server32.obj server32.rbj
        !            21:     $(link) $(linkdebug) $(guiflags) -out:server32.exe server32.obj server32.rbj $(guilibs) advapi32.lib

unix.superglobalmegacorp.com

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