Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
443 B

#
# Standard command line definitions
#
as=masm -R
#
# Standard inference rules
#
.asm.obj:
$(as) $*.asm;
target: hpsystem.drv
hpsystem.obj: system.asm system.inc
masm -R -DHPSYSTEM system,hpsystem;
timer.obj: timer.asm system.inc
envect.obj: envect.asm vecsys.inc
hpsystem.drv: hpsystem.def hpsystem.lnk hpsystem.obj timer.obj envect.obj
link @hpsystem.lnk
rc hpsystem.drv
mapsym hpsystem