windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/wp/admex/sources
2020-09-26 16:20:57 +08:00

83 lines
1.7 KiB
Plaintext

!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Steve Wood (stevewo) 12-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
!INCLUDE ..\..\..\place.inc
MAJORCOMP=iis
MINORCOMP=iisclex4
TARGETNAME=iisclex4
TARGETPATH=obj
TARGETTYPE=DYNLINK
UMTYPE=windows
USE_MFCUNICODE=1
USE_NATIVE_EH=1
PRECOMPILED_INCLUDE=stdafx.h
PRECOMPILED_CXX=1
MIDL_FLAGS=-DMIDL_PASS
PASS0_HEADERDIR=$(O)
PASS0_SOURCEDIR=$(O)
MIDL_TLBDIR=$(O)
MIDL_UUIDDIR=$(O)
INCLUDES=..\..\..\inc; \
..\..\..\inc\$(O); \
..\inc; \
..\..\..\metadata\inc; \
..\..\..\utils\cfgmnt; \
$(SDK_INC_PATH)\atl21;
MSC_WARNING_LEVEL=/W3 /WX
SOURCES=\
ExtObjID.idl \
IISClEx4.rc \
BasePage.cpp \
DDxDDv.cpp \
DlgHelpS.cpp \
ExcOperS.cpp \
ExtObj.cpp \
HelpData.cpp \
regext.cpp \
Iis.cpp \
smtpprop.cpp \
nntpprop.cpp \
IISClEx4.cpp \
PropLstS.cpp
TARGETLIBS=\
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\netapi32.lib \
$(BASE_LIB_PATH)\cluadmex.lib \
$(SDK_LIB_PATH)\clusapi.lib