68 lines
1.4 KiB
Plaintext
68 lines
1.4 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 19996 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:
|
|
|
|
Murali R. Krishnan (MuraliK) 06-Sept-1996
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
!include ..\..\..\..\..\place.inc
|
|
|
|
MAJORCOMP=W3
|
|
MINORCOMP=IAS
|
|
|
|
DLLBASE=0x4900000
|
|
|
|
TARGETNAME=isatps
|
|
TARGETPATH=$(PROJECT_ROOT)\iis\lib
|
|
TARGETTYPE=DYNLINK
|
|
|
|
USE_MSVCRT=1
|
|
NOMFCPDB=1
|
|
USE_MFC=0
|
|
USE_MSVCRT=1
|
|
|
|
LINK_OPTIONS=-debug:none
|
|
TARGETLIBS=\
|
|
..\..\lib\*\viptish.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
|
|
INCLUDES=..\;..\..\atl;..\..\hreq;..\..\..\..\..\inc
|
|
|
|
C_DEFINES=-DREGISTER_PROXY_DLL
|
|
|
|
SOURCES=\
|
|
dlldata.c \
|
|
isat_p.c \
|
|
..\isat_i.c \
|
|
isatps.rc \
|
|
|
|
NTTARGETFILE0=..\isat.h\
|
|
..\isat_i.c \
|
|
..\isat.tlb \
|
|
isat_p.c \
|
|
dlldata.c \
|