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.

76 lines
1.5 KiB

  1. # ############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Author:
  6. # byronc, coopp
  7. #
  8. #Date:
  9. # 2-Feb-2000
  10. #
  11. #Module Name:
  12. # sources.inc
  13. #
  14. #Abstract:
  15. # This file specifies the target component being built and the list of
  16. # sources files needed to build that component. Also specifies optional
  17. # compiler switches and libraries that are unique for the component being
  18. # built.
  19. #
  20. # This directory builds
  21. # stirt.lib -
  22. #
  23. # ############################################################
  24. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  25. TARGETNAME=stirt
  26. TARGETTYPE=LIBRARY
  27. TARGETPATH=$(WIA_LIB_DEST)
  28. USE_ATL=1
  29. INCLUDES=$(INCLUDES);..\..\..\core\rpc;..\..\..\core\rpc\$(O);
  30. SOURCES=\
  31. ..\assert.cpp \
  32. ..\buffer.cpp \
  33. ..\cdlg.cpp \
  34. ..\lock.cpp \
  35. ..\purecall.cpp \
  36. ..\regentry.cpp \
  37. ..\sched.cpp \
  38. ..\rpcutil.cpp \
  39. ..\stilog.cpp \
  40. ..\eventlog.cpp \
  41. ..\valid.cpp \
  42. ..\service.cpp \
  43. ..\wialog.cpp \
  44. ..\enum.cpp \
  45. ..\coredbg.cpp \
  46. ..\globals.c \
  47. ..\device.c \
  48. ..\olesupp.c \
  49. ..\stiobj.c \
  50. ..\common.c \
  51. ..\passusd.c \
  52. ..\cassert.c \
  53. ..\osutil.c \
  54. ..\stivalid.c \
  55. ..\stistub.c \
  56. ..\helwdm.c \
  57. ..\helcom.c \
  58. ..\wiaevent.c \
  59. ## ..\svcinfo.cpp \
  60. #
  61. # Note: The precompiled header is C not C++!
  62. #
  63. PRECOMPILED_CXX = 1
  64. PRECOMPILED_INCLUDE = ..\cplusinc.h
  65. PRECOMPILED_OBJ = precomp.obj