hexdump.obj: hexdump.c 
    cl -c -Asnw -Gsw -Oas -Zpe hexdump.c

hexdump.exe: hexdump.obj hexdump.def
    link hexdump libentry, hexdump.exe, , /NOE /NOD sdllcew libw, hexdump.def
    rc hexdump.exe

