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.

18 lines
506 B

  1. !IFDEF PASS0ONLY
  2. BuildDDK:
  3. !ELSE
  4. #
  5. # Process only on the second pass
  6. #
  7. # NOTE: DDKBUILD.CMD will exit w/o building a DDK on AXP64 and Alpha.
  8. # This is by design.
  9. BuildDDK:
  10. call $(RAZZLETOOLPATH)\copyddkfiles.cmd ddk_base.ini ddk $(PROJECT_ROOT)
  11. call $(RAZZLETOOLPATH)\copyddkfiles.cmd hal_base.ini hal $(PROJECT_ROOT)
  12. call $(RAZZLETOOLPATH)\copyddkfiles.cmd ifs_base.ini ifs $(PROJECT_ROOT)
  13. call $(RAZZLETOOLPATH)\copyddkfiles.cmd processor_base.ini processor $(PROJECT_ROOT)
  14. !ENDIF