!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 C_DEFINES = /DNT5BUILD !IF 0 C_DEFINES = /DWIN32 /DW3 /DWINNT /DNT5BUILD /DUNICODE /D_UNICODE /D_MT /D"_DLL" !ENDIF USER_C_FLAGS = -GX USECXX_FLAG=/Tp TARGETNAME=CollectionControl TARGETPATH=obj TARGETTYPE=PROGRAM NTDEBUG=ntsd NTDEBUGTYPE=both NTDBGFILES= MSC_OPTIMIZATION=-Od SOURCES=CollectionControl.cpp \ ConstantMap.cpp \ EnableTraceAPI.cpp \ Logger.cpp \ QueryAllTracesAPI.cpp \ QueryTraceAPI.cpp \ Persistor.cpp \ StartTraceAPI.cpp \ StdAfx.cpp \ StartTraceAPI.cpp \ StopTraceAPI.cpp \ StructureWapperHelpers.cpp \ StructureWrappers.cpp \ T_STRING.CPP \ UpdateTraceAPI.CPP \ TCOData.CPP \ Validator.CPP \ Utilities.cpp GPSIZE=32 USE_MSVCRT=1 UMTYPE=console UMAPPL=CollectionControl LINKLIBS=$(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\msvcprt.lib