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.
 
 
 
 
 
 

27 lines
558 B

# Copyright (c) 2000 Microsoft Corporation. All rights reserved.
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