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.
 
 
 
 
 
 

129 lines
3.1 KiB

#Copyright (c) 1998 - 1999 Microsoft Corporation
!IF 0
Module Name:
sources.inc
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:
Makarand Patwardhan (makarp)
!ENDIF
TERMSRV_ROOT = $(SDXROOT)\termsrv
MAKS_LIBU = $(TERMSRV_ROOT)\setup\lib\$O\maksu.lib
MAKS_LIBA = $(TERMSRV_ROOT)\setup\lib\$O\maksa.lib
MAKS_INC = $(TERMSRV_ROOT)\setup\inc
INCLUDES= \
$(TERMSRV_ROOT)\license\TLServer\common; \
$(TERMSRV_ROOT)\common\license\inc; \
$(TERMSRV_ROOT)\license\TLServer\include; \
$(TERMSRV_ROOT)\license\TLServer\include\$(O); \
$(TERMSRV_ROOT)\inc; \
$(TERMSRV_ROOT)\rdpclip; \
$(SDXROOT)\public\internal\net\inc; \
$(BASE_INC_PATH); \
$(MAKS_INC)
MAJORCOMP=termsrv
MINORCOMP=tsdiag
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETNAME=$(MINORCOMP)
C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
USE_STL=1
USE_ATL=1
USE_MSVCRT=1
USE_IOSTREAM=1
ATL_VER=30
USE_VCCOM=1
USE_STATIC_ATL=1
ATL_VER=30
USE_STL=1
USE_NATIVE_EH=1
USE_VC6SP3=1
MIDL_TLBDIR=$(O)
PASS0_HEADERDIR=$(O)
PASS0_SOURCEDIR=$(O)
SOURCES= tsdiag.idl \
tstst.cpp \
drdetect.cpp \
tscert.cpp \
timebomb.cpp \
event.cpp \
tsdiag.rc \
tsdgns.cpp \
tsdiag.rc \
dlldatax.c \
tsdiag.cpp \
testdata.cpp \
test.cpp \
suite.cpp \
suites.cpp \
ping.cpp \
# dlldata.c \
TARGETLIBS= \
$(TERMSRV_LIB_PATH)\syslib.lib \
$(TERMSRV_ROOT)\lib\$(O)\common.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\netapi32.lib \
$(SDK_LIB_PATH)\clusapi.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\setupapi.lib \
$(SDK_LIB_PATH)\ntdll.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\version.lib \
$(SDK_LIB_PATH)\imagehlp.lib \
$(SDK_LIB_PATH)\ws2_32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\odbccp32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\winspool.lib \
$(SDK_LIB_PATH)\odbc32.lib \
$(SDK_LIB_PATH)\wtsapi32.lib \
$(SDK_LIB_PATH)\winsta.lib \
$(SDK_LIB_PATH)\iphlpapi.lib \
$(MAKS_LIBU) \
PRECOMPILED_INCLUDE = stdafx.h
PRECOMPILED_SOURCEFILE = stdafx.cpp
PRECOMPILED_CXX = 1
UMTYPE=windows
386_WARNING_LEVEL=-W4
DLLENTRY = _DllMainCRTStartup
DLLDEF = tsdiag.def
DLLBASE = 0x6A600000