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.

28 lines
620 B

  1. ############################################################################
  2. #
  3. # Copyright (C) 2000 Microsoft Corporation. All Rights Reserved.
  4. #
  5. # File: dpvbld.inc
  6. # Content: Build framework switch
  7. # History:
  8. #
  9. # Date By Reason
  10. # ======== ======= ========================================================
  11. # 02/25/00 rodtoll Created
  12. #
  13. ############################################################################
  14. !if "$(VOICE_TARGET)"=="gamevoice"
  15. !INCLUDE "gvbld.inc"
  16. !endif
  17. !if "$(VOICE_TARGET)"=="allegiance"
  18. !INCLUDE "msrgbld.inc"
  19. !endif
  20. !if "$(VOICE_TARGET)"==""
  21. !INCLUDE "dxbld.inc"
  22. !endif