Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.1 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 2000
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. !INCLUDE ..\user.mk
  12. MINORCOMP=SQLTEXT
  13. TARGETNAME=MSIDXTR
  14. TARGETTYPE=LIBRARY
  15. PASS0_HEADERDIR=$(O)
  16. PASS0_SOURCEDIR=$(O)
  17. INCLUDES=$(INCLUDES);..\h;..\qutil\h;..\pch;
  18. #
  19. # NOTE! parserr.h, parserr.rc are all generated
  20. #
  21. C_DEFINES= $(C_DEFINES)\
  22. -D_UNICODE
  23. MSC_WARNING_LEVEL=/W3
  24. MIDL_FLAGS=-DIMPORT_IDL_DEPENDENTS
  25. SOURCES= parserr.mc \
  26. headers.cpp \
  27. colname.cpp \
  28. mssqllex.cpp \
  29. mssqltab.cpp \
  30. treeutil.cpp \
  31. iparser.cpp \
  32. iparsess.cpp \
  33. ptprops.cpp \
  34. yybase.cxx
  35. #
  36. # Uncomment this following line to generate the parser
  37. #
  38. #NTTARGETFILE0=mssqltab.cpp mssqllex.cpp
  39. PRECOMPILED_OPTION=/Yu /Fp..\pch\$(O)\pch.pch
  40. PRECOMPILED_TARGET=..\pch\$(O)\pch.pch
  41. PRECOMPILED_CXX=1