45 lines
914 B
Plaintext
45 lines
914 B
Plaintext
# sources
|
|
# Author: Murali R. Krishnan ( MuraliK)
|
|
# Date: 2-March-1995
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include ..\..\..\place.inc
|
|
|
|
MAJORCOMP=inetsvcs
|
|
MINORCOMP=corecach
|
|
|
|
TARGETNAME=corecach
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
TARGET_LIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
|
|
USE_MSVCRT=1
|
|
|
|
MSC_WARNING_LEVEL = /W3 /WX
|
|
|
|
C_DEFINES = $(C_DEFINES) -DIP_ENABLE_COUNTERS
|
|
|
|
INCLUDES= .;..\common; \
|
|
$(IISBASEDIR)\inc; \
|
|
$(IISBASEDIR)\inc\$(O)
|
|
|
|
SOURCES=\
|
|
BlobCach.cxx \
|
|
FileOpen.cxx \
|
|
Tsunami.cxx \
|
|
FileMisc.cxx \
|
|
FileCach.cxx \
|
|
FileInfo.cxx \
|
|
MetaCach.cxx \
|
|
DirList.cxx \
|
|
DirListp.cxx \
|
|
DirChang.cxx \
|
|
VirtRoot.cxx \
|
|
TsMemp.cxx \
|
|
TlCach.cxx \
|
|
ETagMB.cxx \
|