admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
iis
admin
browseinfo
config
exe
iisrearc
img
inc
last
lkrhash
qfetools
setup
staxinc
svcs
admex
afsvcloc
cmp
dbgext
ftp
gopher
iiscrmap
iismap
iisrtl
iisrtl2
iissuba
infocomm
irtl
kisrtl
loadbal
mdadmin
mibs
nntp
nsepm
restart
smtp
staxcore
svcloc
w3
cisa
atl
cisatest
comisapi
ecb
hreq
isat
isat1
isattest
sobj
tisat1
dbgutil.h
isainst.cpp
isainst.hxx
makefile
sources
tisat1.cpp
tisat1.def
vipinc
dirs
readme.txt
client
debug
filters
gateways
idl
iwrproxy
mib
perfmon
scale
server
tests
w3subs
dirs
wam
wp
bugs.txt
dirs
ui
utils
bldzip.pl
clean.bat
coffbase.txt
dirs
guids.txt
iisntw.chm
inetrel.cmd
internet.mk
k2ver.pl
make128.cmd
makefile
makefile.chi
mkdev.cmd
mksample.cmd
mkwebcat.cmd
place.inc
place51.inc
placefil.txt
placefil5.txt
project.mk
sdkdrop.bat
update.cmd
wcrel.cmd
intlwb
msmq
published
query
dirs
project.mk
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
59 lines
1.2 KiB
Plaintext
59 lines
1.2 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1996 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) 4-Nov-1996
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
!include ..\..\..\..\place.inc
|
|
|
|
MAJORCOMP=W3
|
|
MINORCOMP=IAS
|
|
|
|
DLLBASE=0x4a00000
|
|
DLLENTRY=DllMain
|
|
|
|
TARGETNAME=tisat1
|
|
TARGETPATH=$(PROJECT_ROOT)\iis\lib
|
|
|
|
TARGETTYPE=DYNLINK
|
|
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS=\
|
|
$(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 \
|
|
..\..\..\lib\*\isdebug.lib \
|
|
|
|
C_DEFINES=-GX -DCACHE_INSTANCE -DWIRE_ECB
|
|
# -DCOINIT_NOEX
|
|
# -DVIPER
|
|
|
|
INCLUDES=..\sobj;..\isat1;..\vipinc;..\..\..\..\inc
|
|
SOURCES=\
|
|
tisat1.cpp \
|
|
isainst.cpp \
|