46 lines
835 B
Plaintext
46 lines
835 B
Plaintext
#
|
|
# 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
|