Annotation of mstools/samples/snmp/snmputil/makefile, revision 1.1

1.1     ! root        1: # Nmake macros for building Windows 32-Bit apps
        !             2: 
        !             3: !include <ntwin32.mak>
        !             4: 
        !             5: all: snmputil.exe
        !             6: 
        !             7: snmputil.obj: snmputil.c
        !             8:     $(cc) -D_DLL $(cflags) $(cvars) $(cdebug) snmputil.c
        !             9: 
        !            10: snmputil.exe: snmputil.obj
        !            11:     link32 $(linkdebug) $(conflags) -out:snmputil.exe snmputil.obj $(conlibsdll) advapi32.lib \
        !            12:     snmp.lib mgmtapi.lib

unix.superglobalmegacorp.com

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