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.

74 lines
1.7 KiB

  1. # ############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Author:
  6. # orenr
  7. #
  8. #Date:
  9. # 10-Aug-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. # msprjctr.dll - Microsoft UPnP Slideshow Projector DLL
  22. #
  23. # ############################################################
  24. !include $(PROJECT_ROOT)\ui\uienv.inc
  25. TARGETNAME=wiaprjctr
  26. TARGETPATH=obj
  27. TARGETTYPE=PROGRAM
  28. #
  29. # Compiler environment
  30. #
  31. USE_STATIC_ATL=1
  32. C_DEFINES=$(C_DEFINES)
  33. INCLUDES= \
  34. $(INCLUDES); \
  35. $(PROJECT_ROOT)\wia\common\stirt;\
  36. $(PROJECT_ROOT)\wia\core\upnp\prjctr\inc\$(O); \
  37. $(PROJECT_ROOT)\wia\inc\$(O);
  38. TARGETLIBS= \
  39. $(SDK_LIB_PATH)\kernel32.lib \
  40. $(SDK_LIB_PATH)\advapi32.lib \
  41. $(SDK_LIB_PATH)\user32.lib \
  42. $(SDK_LIB_PATH)\gdi32.lib \
  43. $(SDK_LIB_PATH)\ole32.lib \
  44. $(SDK_LIB_PATH)\oleaut32.lib \
  45. $(SDK_LIB_PATH)\shell32.lib \
  46. $(SDK_LIB_PATH)\comctl32.lib \
  47. $(SDK_LIB_PATH)\uuid.lib \
  48. $(PROJECT_ROOT)\wia\lib\$(O)\stirt.lib
  49. SOURCES= \
  50. main.cpp \
  51. cfgdlg.cpp \
  52. tray.cpp \
  53. util.cpp \
  54. ServUI.rc
  55. PRECOMPILED_CXX=1
  56. PRECOMPILED_INCLUDE=..\precomp.h
  57. PRECOMPILED_PCH=precomp.pch
  58. PRECOMPILED_OBJ=precomp.obj
  59. SXS_ASSEMBLY_NAME=Microsoft.Windows.PrintingAndImaging.wiaprjctr
  60. SXS_ASSEMBLY_VERSION=1.0
  61. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  62. SXS_MANIFEST=wiaprjctr.Manifest
  63. SXS_MANIFEST_IN_RESOURCES=1
  64. SXS_NO_BINPLACE=1