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.

21 lines
384 B

  1. #
  2. # Standard command line definitions
  3. #
  4. as=masm -R -DROM=1
  5. #
  6. # Standard inference rules
  7. #
  8. .asm.obj:
  9. $(as) $*.asm,,$*.lst;
  10. target: system.drv
  11. system.obj: system.asm system.inc
  12. timer.obj: timer.asm system.inc
  13. system.drv: romsys.def system.lnk system.obj timer.obj
  14. link system timer, system.drv/al:16, system.map/map, /nod, system.def;
  15. rc system.drv
  16. mapsym system