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.
59 lines
1.1 KiB
59 lines
1.1 KiB
# ############################################################
|
|
# sources
|
|
# Author: Murali R. Krishnan ( MuraliK)
|
|
# Date: 1-Nov-1995
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
# This directory builds
|
|
# Internet Services Server Side Common Library
|
|
#
|
|
# ############################################################
|
|
|
|
!include ..\..\..\..\place.inc
|
|
|
|
MAJORCOMP=webdav
|
|
MINORCOMP=_davprs
|
|
|
|
TARGETNAME=_davprs
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES = $(C_DEFINES) -DINC_OLE2
|
|
|
|
INCLUDES=.;..\inc; \
|
|
$(IISBASEDIR)\inc; \
|
|
|
|
BUFFER_OVERFLOW_CHECKS=1
|
|
USE_NATIVE_EH=1
|
|
USE_STL=1
|
|
|
|
SOURCES= \
|
|
appmain.cpp \
|
|
body.cpp \
|
|
content.cpp \
|
|
custerr.cpp \
|
|
davcom.cpp \
|
|
davmb.cpp \
|
|
ecb.cpp \
|
|
emitting.cpp \
|
|
header.cpp \
|
|
htmlmap.cpp \
|
|
if.cpp \
|
|
instdata.cpp \
|
|
langtocpid.cpp \
|
|
lockmeta.cpp \
|
|
method.cpp \
|
|
methutil.cpp \
|
|
request.cpp \
|
|
response.cpp \
|
|
security.cpp \
|
|
scrptmps.cpp \
|
|
szsrc.cpp \
|
|
traces.cpp \
|
|
url.cpp \
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=_davprs.h
|
|
PRECOMPILED_PCH=_davprs.pch
|
|
PRECOMPILED_OBJ=_davprs.obj
|