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.
41 lines
601 B
41 lines
601 B
!IF 0
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
Internet Information Services provider
|
|
|
|
Author:
|
|
|
|
Brent R. Midwood Apr 2002
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
!include $(PROJECT_ROOT)\iis\place.inc
|
|
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETLIBS=\
|
|
|
|
INCLUDES=$(SDK_INC_PATH)\atl30\; \
|
|
|
|
MSC_WARNING_LEVEL=/W4 /WX /wd4100
|
|
|
|
USE_VCCOM=1
|
|
USE_NATIVE_EH=1
|
|
USE_MSVCRT=1
|
|
C_DEFINES = -DUNICODE -D_UNICODE -D_WIN32_DCOM -D_WIN32_WINNT=0x0500
|
|
|
|
SOURCES= secconlib.cpp \
|
|
safecs.cpp \
|
|
debug.cpp
|
|
|
|
TARGETNAME=secconlib
|