69 lines
1.4 KiB
Plaintext
69 lines
1.4 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
|
|
TERMSRV_ROOT=$(PROJECT_ROOT)
|
|
TSHRCLNT_ROOT=$(TERMSRV_ROOT)\newclient
|
|
REMDSK_ROOT=$(PROJECT_ROOT)\remdsk
|
|
REMDSK_IDL_OUTPUTDIR=$(PROJECT_ROOT)\common\remdskidl\obj\$(TARGET_DIRECTORY)
|
|
|
|
MAJORCOMP=rdflt
|
|
MINORCOMP=rdflt
|
|
|
|
TARGETNAME=rdfilter
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(O)\rdfilter.lib=$(PROJECT_LIB_PATH)\rdfilter.lib}
|
|
|
|
C_DEFINES=$(C_DEFINES) -DWIN32 -D_WIN32 -DUNICODE -D_UNICODE
|
|
USE_MSVCRT=1
|
|
USE_NATIVE_EH=1
|
|
USE_STL=1
|
|
NOT_LEAN_AND_MEAN=1
|
|
ATL_VER=30
|
|
USE_STATIC_ATL=1
|
|
USE_VCCOM=1
|
|
USE_PDB=1
|
|
|
|
INCLUDES=\
|
|
.; \
|
|
$(INCLUDES); \
|
|
$(TSHRCLNT_ROOT)\inc; \
|
|
$(DS_INC_PATH)\crypto; \
|
|
$(WINCORE_PATH)\w32inc; \
|
|
$(WINCORE_PATH)\ntuser\inc; \
|
|
$(NTUSER_PATH)\inc; \
|
|
$(WINCORE_PATH)\w32inc\$(O); \
|
|
$(NTGDI_PATH)\inc; \
|
|
$(BASE_INC_PATH); \
|
|
$(SHELL_INC_PATH); \
|
|
$(WINCORE_PATH)\inc; \
|
|
$(WINDOWS_INC_PATH)
|
|
|
|
SOURCES= \
|
|
rdfilter.cpp
|
|
|