TARGETNAME=sdumper                   #driver name
TARGETPATH=.                         #output path
TARGETTYPE=MINIPORT
SOURCES=asm_code.asm\
        test.c\
        thread.c\
        seh.c
        
        
LINKER_FLAGS=/DEF:exports.def
TARGETLIBS=.\ntoskrnl.lib .\hal.lib
DLLDEF=exports.def