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.
72 lines
1.6 KiB
72 lines
1.6 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:
|
|
|
|
Emily Kruglick (EmilyK) 24-Aug-2000
|
|
|
|
|
|
Revision History:
|
|
|
|
|
|
!ENDIF
|
|
|
|
!include ..\..\..\place.inc
|
|
|
|
MSC_WARNING_LEVEL=/W4 /WX
|
|
|
|
C_DEFINES=$(C_DEFINES) -DCAL_ENABLED
|
|
|
|
TARGETNAME=w3ctrs
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
|
|
USE_MSVCRT=1
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
NTTARGETFILE0=copyini
|
|
|
|
INCLUDES=$(IISBASEDIR)\iisrearc\core\inc; \
|
|
$(IISBASEDIR)\inc; \
|
|
$(IISBASEDIR)\iisrearc\inc; \
|
|
|
|
SOURCES=entrypts.cxx \
|
|
w3data.cxx \
|
|
w3ctrs.rc \
|
|
main.cxx \
|
|
perfutil.cxx \
|
|
|
|
TARGETLIBS=$(TARGETLIBS) \
|
|
$(IISBASEDIR)\lib\$(O)\prfshmem.lib \
|
|
$(IISBASEDIR)\lib\$(O)\iisutil.lib \
|
|
|
|
!IF "$(NTNOPCH)" == ""
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
PRECOMPILED_CXX=1
|
|
!ENDIF
|