mirror of https://github.com/tongzx/nt5src
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
28 lines
620 B
############################################################################
|
|
#
|
|
# Copyright (C) 2000 Microsoft Corporation. All Rights Reserved.
|
|
#
|
|
# File: dpvbld.inc
|
|
# Content: Build framework switch
|
|
# History:
|
|
#
|
|
# Date By Reason
|
|
# ======== ======= ========================================================
|
|
# 02/25/00 rodtoll Created
|
|
#
|
|
############################################################################
|
|
|
|
!if "$(VOICE_TARGET)"=="gamevoice"
|
|
!INCLUDE "gvbld.inc"
|
|
!endif
|
|
|
|
!if "$(VOICE_TARGET)"=="allegiance"
|
|
!INCLUDE "msrgbld.inc"
|
|
!endif
|
|
|
|
!if "$(VOICE_TARGET)"==""
|
|
!INCLUDE "dxbld.inc"
|
|
!endif
|
|
|
|
|
|
|