65 lines
1.4 KiB
Plaintext
65 lines
1.4 KiB
Plaintext
!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
|
|
|
|
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 $(O)\w3msg.h $(O)\w3msg.rc
|
|
|
|
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 \
|
|
|