63 lines
1.3 KiB
Plaintext
63 lines
1.3 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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
#MAJORCOMP=tcpcmd
|
|
#MINORCOMP=w3min
|
|
|
|
DLLBASE=0x1000
|
|
|
|
TARGETNAME=ssinc
|
|
TARGETPATH=$(IISBASEDIR)\lib
|
|
TARGETTYPE=DYNLINK
|
|
DLLENTRY=DLLEntry
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\wsock32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
..\..\..\lib\*\inetrtl.lib \
|
|
$(IISBASEDIR)\svcs\infocomm\info\server\$(O)\infocomm.lib \
|
|
$(IISBASEDIR)\svcs\w3\server\$(O)\w3svc.lib
|
|
|
|
|
|
|
|
INCLUDES=..\..\inc;..\..\..\..\inc;..\..\..\..\..\inc;..;..\..\server
|
|
|
|
SOURCES=\
|
|
ssinc.rc \
|
|
ssinc.cxx \
|
|
ssicgi.cxx \
|
|
ssibgi.cxx
|
|
|
|
NTTARGETFILE0=ssincmsg.h \
|
|
ssinc.rc \
|
|
msg00001.bin
|