!IF 0 Copyright (c) 1989-96 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: GeorgeRe Revision History: !ENDIF !include ..\..\..\..\place.inc TARGETNAME=iisdlp TARGETPATH=$(IISBASEDIR)\lib TARGETTYPE=DYNLINK USE_MSVCRT=1 TARGETLIBS=\ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \ $(SDK_LIB_PATH)\icecap.lib \ INCLUDES=..\..\..\..\inc; LINKLIBS=\ SOURCES=\ dlp.rc \ main.cxx \ !IF "$(NTNOPCH)" == "" PRECOMPILED_CXX=1 PRECOMPILED_INCLUDE=dlp.hxx PRECOMPILED_PCH=dlp.pch PRECOMPILED_OBJ=dlp.obj !ENDIF