!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