Annotation of q_a/samples/ddk/macaddr/makefile, revision 1.1

1.1     ! root        1: # Nmake macros for building Windows 32-Bit apps
        !             2: 
        !             3: !include <ntwin32.mak>
        !             4: 
        !             5: INCLUDE=$(INCLUDE);$(BASEDIR)\src\network\inc
        !             6: 
        !             7: .c.obj:
        !             8:     $(cc) $(cflags) $(cvars) $(cdebug) $*.c
        !             9: 
        !            10: .obj.exe:
        !            11:     $(link) $(linkdebug) $(conflags) -out:$*.exe $*.obj $(conlibs) advapi32.lib
        !            12: 
        !            13: all: macaddr.exe
        !            14: 
        !            15: macaddr.exe:  macaddr.obj

unix.superglobalmegacorp.com

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