windows-nt/Source/XPSP1/NT/inetsrv/query/bigtable/sources
2020-09-26 16:20:57 +08:00

93 lines
2.1 KiB
Plaintext

!IF 0
Copyright (C) Microsoft Corporation, 1989 - 1999
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.
!ENDIF
!include ..\user.mk
MINORCOMP=bigtable
TARGETNAME=bigtable
TARGETTYPE=LIBRARY
INCLUDES=$(INCLUDES);.;..\pch;..\h; \
..\cifrmwrk\indexing;..\cifrmcom; \
..\sqltext;..\sqltext\$(O);
SOURCES=abktize.cxx \
bigtable.cxx \
bmkmap.cxx \
buketize.cxx \
categ.cxx \
colhash.cxx \
colinfo.cxx \
colmastr.cxx \
conpt.cxx \
dberror.cxx \
hraccess.cxx \
odbvarnt.cxx \
pathstor.cxx \
propdata.cxx \
query.cxx \
regtrans.cxx \
rowbuf.cxx \
rowcomp.cxx \
rowindex.cxx \
rownotfy.cxx \
rowseek.cxx \
rowset.cxx \
seglist.cxx \
segmru.cxx \
seqexec.cxx \
seqquery.cxx \
sglookup.cxx \
strhash.cxx \
svcproxy.cxx \
tablecol.cxx \
tablecur.cxx \
tblalloc.cxx \
tblbuket.cxx \
tblrowal.cxx \
tblvarnt.cxx \
tblwindo.cxx \
tbrowkey.cxx \
tputget.cxx \
winsplit.cxx \
wregion.cxx
UMTYPE=console
UMLIBS= \
$(_OBJ_DIR)\*\bigtable.lib\
..\pch\$(_OBJ_DIR)\*\pch.obj\
$(SDK_LIB_PATH)\query.lib\
$(SDK_LIB_PATH)\uuid.lib\
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\oleaut32.lib\
$(SDK_LIB_PATH)\imagehlp.lib\
$(SDK_LIB_PATH)\ntdll.lib\
$(SDK_LIB_PATH)\infoadmn.lib\
$(SDK_LIB_PATH)\netapi32.lib
UMTEST=tmem
PRECOMPILED_OPTION=/Yu /Fp..\pch\$(_OBJ_DIR)\*\pch.pch
PRECOMPILED_TARGET=..\pch\$(_OBJ_DIR)\*\pch.pch
PRECOMPILED_CXX=1