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.
38 lines
758 B
38 lines
758 B
!if 0
|
|
Copyright (c) 2001 Microsoft Corporation. All Rights Reserved.
|
|
!endif
|
|
|
|
ROOT = $(MAKEDIR:\tools\graphedt\proppage\NPPropPage=)
|
|
DISABLE_PCH = 1
|
|
|
|
INCLUDES=$(SDXROOT)\public\sdk\amovie\inc;\
|
|
$(SDXROOT)\public\sdk\inc;\
|
|
$(SDK_INC_PATH)\atl30;\
|
|
#(INCLUDES)
|
|
|
|
|
|
TARGETNAME = NPPropPage
|
|
|
|
TARGETTYPE = LIBRARY
|
|
TARGETPATH = obj
|
|
|
|
USE_VCCOM=1
|
|
USE_MSVCRT=1
|
|
ATL_VER=30
|
|
USE_STL=1
|
|
USE_NATIVE_EH=1
|
|
USE_VC6SP3=1
|
|
|
|
|
|
SOURCES =\
|
|
StdAfx.cpp \
|
|
ATSCPropPage.cpp \
|
|
DVBSTuneRequestPage.cpp \
|
|
DVBSTuningSpaces.cpp \
|
|
LastErrorWin.cpp \
|
|
miscell.cpp \
|
|
NPPropPage.idl \
|
|
NP_CommonPage.cpp \
|
|
TreeWin.cpp
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|