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

60 lines
1.1 KiB
Plaintext

!IF 0
Copyright (C) Microsoft Corporation, 1989 - 2000
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=SQLTEXT
TARGETNAME=MSIDXTR
TARGETTYPE=LIBRARY
PASS0_HEADERDIR=$(O)
PASS0_SOURCEDIR=$(O)
INCLUDES=$(INCLUDES);..\h;..\qutil\h;..\pch;
#
# NOTE! parserr.h, parserr.rc are all generated
#
C_DEFINES= $(C_DEFINES)\
-D_UNICODE
MSC_WARNING_LEVEL=/W3
MIDL_FLAGS=-DIMPORT_IDL_DEPENDENTS
SOURCES= parserr.mc \
headers.cpp \
colname.cpp \
mssqllex.cpp \
mssqltab.cpp \
treeutil.cpp \
iparser.cpp \
iparsess.cpp \
ptprops.cpp \
yybase.cxx
#
# Uncomment this following line to generate the parser
#
#NTTARGETFILE0=mssqltab.cpp mssqllex.cpp
PRECOMPILED_OPTION=/Yu /Fp..\pch\$(O)\pch.pch
PRECOMPILED_TARGET=..\pch\$(O)\pch.pch
PRECOMPILED_CXX=1