Source code of Windows XP (NT5)
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
419 B

  1. #
  2. # Standard command line definitions
  3. #
  4. as=masm -R
  5. #
  6. # Standard inference rules
  7. #
  8. .asm.obj:
  9. $(as) $*.asm;
  10. target: hpsystem.drv
  11. hpsystem.obj: system.asm system.inc
  12. masm -R -DHPSYSTEM system,hpsystem;
  13. timer.obj: timer.asm system.inc
  14. envect.obj: envect.asm vecsys.inc
  15. hpsystem.drv: hpsystem.def hpsystem.lnk hpsystem.obj timer.obj envect.obj
  16. link @hpsystem.lnk
  17. rc hpsystem.drv
  18. mapsym hpsystem