Files
admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
iis
admin
browseinfo
config
exe
iisrearc
img
inc
last
lkrhash
qfetools
setup
staxinc
svcs
admex
afsvcloc
cmp
asp
asp51
aspcmp
aspidl
asptxn
checkin
devsmpl
doc
easp
makevers
mco
misc
perfmon
sso
tools
webdav
_cnvt
_crc
_davprs
_dbg
_evntlog
_except
_exo
_idlethd
_langid
_locks
_pclib
_pipeline
_rgiter
_shlkcache
_shmem
_synchro
_thrdpl
_vroot
_xml
_xmllib
_xmllib.cpp
_xmllib.h
atomcache.cpp
base64.cpp
cnvt.cpp
makefile
sources
xemit2.cpp
xnode.cpp
xprs.cpp
davcdata
httpext
inc
dirs
dirs
readme.txt
dbgext
ftp
gopher
iiscrmap
iismap
iisrtl
iisrtl2
iissuba
infocomm
irtl
kisrtl
loadbal
mdadmin
mibs
nntp
nsepm
restart
smtp
staxcore
svcloc
w3
wam
wp
bugs.txt
dirs
ui
utils
bldzip.pl
clean.bat
coffbase.txt
dirs
guids.txt
iisntw.chm
inetrel.cmd
internet.mk
k2ver.pl
make128.cmd
makefile
makefile.chi
mkdev.cmd
mksample.cmd
mkwebcat.cmd
place.inc
place51.inc
placefil.txt
placefil5.txt
project.mk
sdkdrop.bat
update.cmd
wcrel.cmd
intlwb
msmq
published
query
dirs
project.mk
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
2025-04-27 07:49:33 -04:00

42 lines
785 B
Plaintext

# ############################################################
# 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
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