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.
 
 
 
 
 
 

46 lines
932 B

!if 0
Copyright (c) 1997 - 1998 Microsoft Corporation. All Rights Reserved.
!endif
ROOT=$(MAKEDIR:\filters\lin21dec=)
!include $(ROOT)\common.inc
TARGETNAME=Lin21Dec
TARGETPATH=obj
!ifndef FILTER_DLL
TARGETTYPE=LIBRARY
C_DEFINES=$(C_DEFINES) /DFILTER_LIB
!else
TARGETTYPE=DYNLINK
DLLDEF=$(TARGETNAME).def
DLLENTRY=DllEntryPoint
DLLBASE=0x1ff00000
C_DEFINES=$(C_DEFINES) -DFILTER_DLL
LINKLIBS= \
$(QUARTZ_LIB_DIR)\strmbase.lib \
$(QUARTZ_LIB_DIR)\measure.lib \
TARGETLIBS= \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\winmm.lib
!endif
INCLUDES= \
$(INCLUDES) \
$(ROOT)\filters\h;
SOURCES= \
L21DFilt.cpp \
L21Decod.cpp \
L21DBase.cpp \
L21DGDI.cpp