windows-nt/Source/XPSP1/NT/multimedia/media/deluxecd/cdplay/sources
2020-09-26 16:20:57 +08:00

39 lines
953 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# Create CD Player LIB
#
MAJORCOMP=windows
MINORCOMP=deluxecd
TARGETNAME=cdplay
TARGETPATH=..\lib
TARGETTYPE=LIBRARY
UMTYPE=windows
# Define libs we need and where to find them
TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\crtdll.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\winmm.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\advapi32.lib
INCLUDES=..\..\..\inc
C_DEFINES=-DUNICODE -D_UNICODE -DWINVER=0x0400 -DDAYTONA -D_WIN32_WINNT=0x0400
# C_DEFINES=-DUNICODE -DDBG -DDEBUG
# NTDEBUG=ntsd
# NTDEBUGTYPE=both
# MSC_OPTIMIZATION=/Od /Zi
MSC_WARNING_LEVEL=/W3 /WX
SOURCES=cdplay.cpp cdplayer.cpp cdapimci.cpp commands.cpp database.cpp \
dib.cpp ledwnd.cpp literals.cpp mmcomp.cpp scan.cpp trklst.cpp