Annotation of ntddk/src/vdd/dosioctl/dosdrvr/makefile, revision 1.1

1.1     ! root        1: # Makefile for dosdrvr stub device driver
        !             2: 
        !             3: !IFNDEF BUILDMSG
        !             4: BUILDMSG=
        !             5: !ENDIF
        !             6: 
        !             7: .SUFFIXES:
        !             8: .SUFFIXES: .c .obj .lst .exe .exc .exs .com .sal .cod .sil .inc .skl .cla .cl1 .ctl .asm .idx .msg
        !             9: 
        !            10: MAKE    =nmake
        !            11: asm     =masm
        !            12: awarn   =-W1
        !            13: aflags  =-Mx -t $(awarn) $(extasw)
        !            14: ainc    =-I. -I$(BASEDIR)\inc
        !            15: 
        !            16: 
        !            17: .asm.obj:
        !            18:         $(asm) $(ainc) $(aflags) $*.asm;
        !            19: 
        !            20: .asm.lst:
        !            21:         $(asm) -l $(ainc) $(aflags) $*.asm;
        !            22: 
        !            23: all: dosdrvr.sys
        !            24: 
        !            25: clean:
        !            26:     if exist *.obj      del *.obj
        !            27:     if exist *.exe      del *.exe
        !            28:     if exist *.map      del *.map
        !            29:     if exist *.sym      del *.sym
        !            30:     if exist *.sys      del *.sys
        !            31: 
        !            32: dosdrvr.sys: dosdrvr.obj
        !            33:     link dosdrvr;
        !            34:     exe2bin dosdrvr.exe $(BASEDIR)\public\sdk\lib\i386\dosdrvr.sys
        !            35: 

unix.superglobalmegacorp.com

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