51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
# sources
|
|
# Author: Jason Andre (jasandre)
|
|
# Date: 18-March-1999
|
|
#
|
|
# This file is used for compiling the Tracing COM component
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include ..\..\..\..\place.inc
|
|
|
|
TARGETNAME=itrace
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=DllMain
|
|
|
|
USE_MSVCRT=1
|
|
USE_ATL=1
|
|
|
|
TARGETLIBS= $(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib
|
|
|
|
INCLUDES=$(IISBASEDIR)\inc;$(O)
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
MIDL_TLBDIR=$(O)
|
|
|
|
DLLDEF=tracing.def
|
|
|
|
!IFDEF ICAP_PROFILE
|
|
TARGETLIBS= $(TARGETLIBS) $(ICAP_LIBS)
|
|
!ENDIF
|
|
|
|
SOURCES=\
|
|
tracing.idl \
|
|
trace.cpp \
|
|
tracing.cpp \
|
|
tracing.rc
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_OBJ=stdafx.obj
|
|
PRECOMPILED_PCH=stdafx.pch
|
|
PRECOMPILED_CXX=1
|