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.
35 lines
859 B
35 lines
859 B
############################################################################
|
|
#
|
|
# Copyright (C) 2000 Microsoft Corporation. All Rights Reserved.
|
|
#
|
|
# File: hawkbld.inc
|
|
# Content: Build filenames for Hawk build
|
|
# History:
|
|
#
|
|
# Date By Reason
|
|
# ======== ======= ========================================================
|
|
# 02/25/00 rodtoll Created
|
|
#
|
|
############################################################################
|
|
|
|
# dpvoice.dll filename
|
|
DPVOICE_BUILD_FILENAME_DPVOICE=MSGVVE
|
|
|
|
# dpvsetup.exe filename
|
|
DPVOICE_BUILD_FILENAME_DPVSETUP=MSGVSE
|
|
|
|
# dpvvox.dll filename
|
|
DPVOICE_BUILD_FILENAME_DPVVOX=MSGVVOX
|
|
|
|
# dpvacm filename
|
|
DPVOICE_BUILD_FILENAME_DPVACM=MSGVACM
|
|
|
|
# dplayx filename
|
|
DPLAY_BUILD_FILENAME_DPLAYX=MSGVTRAN
|
|
|
|
# dpwsockx filename
|
|
DPLAY_BUILD_FILENAME_DPWSOCKX=MSGVIP
|
|
|
|
# dpvhelp filename
|
|
DPVOICE_BUILD_FILENAME_DPVHELP=MSGVHELP
|
|
|