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.

22 lines
670 B

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. all:
  9. clean:
  10. tree:
  11. !if "$(processor_architecture)"=="x86"
  12. release MOTDmiEngine.ocx unsigned\$(processor_architecture).bin
  13. release Wcdmidce.dll CORE\$(processor_architecture).bin
  14. release Wcdmi.dll CORE\$(processor_architecture).bin
  15. release wbemdmip.mof CORE\COMMON
  16. release WbemDmip.dll CORE\$(processor_architecture).bin
  17. release Newnode.mof CORE\COMMON
  18. release Wdmiutil.dll CORE\$(processor_architecture).bin
  19. !endif