2020-09-30 16:53:49 +02:00

29 lines
648 B
PHP

############################################################################
#
# 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