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.
39 lines
805 B
39 lines
805 B
# ############################################################
|
|
# 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=_xmllib
|
|
|
|
TARGETNAME=_xmllib
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES = $(C_DEFINES) -DINC_OLE2
|
|
|
|
BUFFER_OVERFLOW_CHECKS=1
|
|
|
|
INCLUDES=.;..\inc; \
|
|
|
|
SOURCES= \
|
|
atomcache.cpp \
|
|
base64.cpp \
|
|
cnvt.cpp \
|
|
xemit2.cpp \
|
|
xnode.cpp \
|
|
xprs.cpp \
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=_xmllib.h
|
|
PRECOMPILED_PCH=_xmllib.pch
|
|
PRECOMPILED_OBJ=_xmllib.obj
|