#
# <LIC_AMD_STD>
# Copyright <2000-2010> ADVANCED MICRO DEVICES, INC. All Rights Reserved.
#   
#   
# Unless otherwise designated in writing, this software and any related 
# documentation are the confidential proprietary information of AMD. 
#   
# THESE MATERIALS ARE PROVIDED "AS IS" WITHOUT ANY UNLESS OTHERWISE 
# NOTED IN WRITING, EXPRESS OR IMPLIED WARRANTY OF ANY KIND, INCLUDING 
# BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, 
# TITLE, FITNESS FOR ANY PARTICULAR PURPOSE AND IN NO EVENT SHALL AMD 
# OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER. 
#   
# AMD does not assume any responsibility for any errors which may appear 
# in the Materials nor any responsibility to support or update the Materials.  
# AMD retains the right to modify the Materials at any time, without notice, 
# and is not obligated to provide such modified Materials to you. AMD is 
# not obligated to furnish, support, or make any further information 
# available to you.
# 
# </LIC_AMD_STD>
# <CTL_AMD_STD>
# </CTL_AMD_STD>
# <DOC_AMD_STD>
# makefile.
# </DOC_AMD_STD>
#

TARGETNAME = ac97cpl
TARGETTYPE = DYNLINK
TARGETPATH = obj
TARGETEXT  = cpl
DLLENTRY   = DllMain

TARGETLIBS = $(SDK_LIB_PATH)\setupapi.lib   \
             $(SDK_LIB_PATH)\comctl32.lib   \
             $(SDK_LIB_PATH)\kernel32.lib   \
             $(SDK_LIB_PATH)\user32.lib

INCLUDES = ..

USE_NTDLL=1

MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) /WX

C_DEFINES = $(CFASTFLAGS) $(C_DEFINES) -DUNICODE -D_UNICODE -DUNDER_NT

UMTYPE = windows

SOURCES = ac97cpl.rc    \
          ac97cpl.cpp


