2025-04-27 07:49:33 -04:00

68 lines
1.4 KiB
Plaintext

!IF 0
Copyright (c) 1989-91 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) 01-Aug-1996
Revision History:
!ENDIF
!include ..\..\..\..\..\place.inc
MAJORCOMP=W3
MINORCOMP=ComIsapi
DLLBASE=0x4800000
TARGETNAME=cisaps
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;..\..\ecb;..\..\..\..\..\inc
C_DEFINES=-DREGISTER_PROXY_DLL
SOURCES=\
cisa_p.c \
dlldata.c \
..\cisa_i.c \
cisaps.rc \
NTTARGETFILE0=..\cisa.h\
..\cisa_i.c \
..\cisa.tlb \
cisa_p.c \
dlldata.c \