Leaked source code of windows server 2003
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.
 
 
 
 
 
 

87 lines
2.1 KiB

!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=PROGRAM
C_DEFINES=$(C_DEFINES) -DWIN32 -D_WIN32 -DUNICODE -D_UNICODE -DUNIT_TEST
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
UMTYPE=windows
UMENTRY=winmain
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= \
unittest.rc \
..\rdfilter.cpp
UMLIBS=\
$(BASEDIR)\public\sdk\lib\*\winsta.lib \
$(TERMSRV_ROOT)\wtsapi\obj\*\wtsapi32.lib \
$(BASEDIR)\public\sdk\lib\*\ole32.lib \
$(BASEDIR)\public\sdk\lib\*\oleaut32.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\shell32.lib \
$(SDK_LIB_PATH)\winsta.lib \
$(BASEDIR)\public\sdk\lib\*\shlwapi.lib \
$(BASEDIR)\public\internal\windows\lib\*\user32p.lib \
$(BASEDIR)\public\internal\shell\lib\*\uxthemep.lib \
$(LIBRARY_PATH)\uuid.lib