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.
 
 
 
 
 
 

67 lines
1.5 KiB

#==========================================================================;
#
# THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
# KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
# PURPOSE.
#
# Copyright (c) 1992-2000 Microsoft Corporation
#
#--------------------------------------------------------------------------;
#
# sources
#
# Description:
# This file tells "build" how to build the codec for NT.
#
#
#==========================================================================;
#
# Define target file.
#
TARGETNAME=imaadp32
DLLDEF =imaadpcm.def
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETEXT =acm
UMTYPE =windows
# @@BEGIN_DDKSPLIT
#
# Enable working set tuning - requires .prf file.
#
NTPROFILEINPUT=yes
# @@END_DDKSPLIT
#
# define libs we need and where to find them
#
# Note: We must explicitly link to libc.lib for __int64 support on MIPS.
#
TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\winmm.lib \
$(SDK_LIB_PATH)\libc.lib
INCLUDES=..\..\verinfo\usa
!if $(FREEBUILD)
ACM_DEBUG_DEFS=
!else
ACM_DEBUG_DEFS=-DRDEBUG
!endif
C_DEFINES=$(ACM_DEBUG_DEFS) -Dusa -DACM -DUNICODE -D_UNICODE
SOURCES=codec.c \
imaadpcm.c \
debug.c \
config.c \
codec.rc
# @@BEGIN_DDKSPLIT
DLLBASE=0x66610000
# @@END_DDKSPLIT