mirror of https://github.com/tongzx/nt5src
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.
45 lines
835 B
45 lines
835 B
#
|
|
# Builds iisrtl2.lib, the statically linked, trimmed version of
|
|
# iisrtl, the Internet Information Server RunTime Library
|
|
#
|
|
# George V. Reilly, georgere, 3/25/1998
|
|
#
|
|
|
|
!include ..\..\place.inc
|
|
|
|
MAJORCOMP=inetsvcs
|
|
MINORCOMP=iisRtl2
|
|
|
|
C_DEFINES = -D_IISTRL2=1
|
|
|
|
TARGETNAME=iisrtl2
|
|
TARGETPATH=$(IISBASEDIR)\lib\$(_OBJ_DIR)
|
|
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_USRDLL=1
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=.;..\iisrtl;..\..\inc;
|
|
|
|
SOURCES=\
|
|
main.cxx \
|
|
isplat.cxx \
|
|
pudebug.c \
|
|
reftrace.c \
|
|
stktrace.c \
|
|
tracelog.c \
|
|
win32obj.c \
|
|
buffer.cxx \
|
|
eventlog.cxx \
|
|
multisz.cxx \
|
|
string.cxx \
|
|
aucommon.cxx \
|
|
mlszau.cxx \
|
|
stringau.cxx \
|
|
alloc.cpp \
|
|
|
|
PRECOMPILED_INCLUDE=precomp.hxx
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_CXX=1
|