#
#  Standard command line definitions
#

cp=cl -d -AS -Gsw -Os -Zpe

#
#  Standard inference rules
#
.c.obj:
    $(cp) $*.c,$*.obj,nul,nul

#
#  The C File List
#

showkeys.obj: showkeys.c showkeys.h

showkeys.res: showkeys.rc showkeys.h showkeys.ico halftone.bmp
    rc -r showkeys.rc

showkeys.exe: showkeys.obj showkeys.def showkeys.res
    link4 showkeys,showkeys,showkeys/MAP,slibw,showkeys.def
    mapsym showkeys
    rc showkeys.res


#    link4 showkeys,showkeys/ALIGN:16,showkeys/MAP,slibw,showkeys.def

