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.

84 lines
2.0 KiB

  1. !IF 0
  2. Copyright (c) 1989-1991 Microsoft Corporation
  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. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  11. !ENDIF
  12. !include $(PROJECT_ROOT)\ui\uienv.inc
  13. SOURCES_USED = $(SOURCES_USED) $(PROJECT_ROOT)\ui\uienv.inc
  14. !IF "$(DONT_USE_GDIPLUS)"=="1"
  15. C_DEFINES=$(C_DEFINES) -DDONT_USE_GDIPLUS
  16. !ENDIF
  17. TARGETNAME = wiadefui
  18. TARGETTYPE = DYNLINK
  19. TARGETPATH = obj
  20. TARGETPATHLIB = $(PROJECT_ROOT)\lib\$(PLATFORM_SUFFIX)
  21. TARGETEXT = dll
  22. DLLDEF = $O\wiadefui.def
  23. DLLENTRY = _DllMainCRTStartup
  24. ATL_VER = 30
  25. USE_STATIC_ATL = 1
  26. TARGETLIBS=$(TARGETLIBS)\
  27. $(SHELL_LIB_PATH)\shfusion.lib \
  28. $(PROJECT_ROOT)\ui\lib\$(PLATFORM_SUFFIX)\*\wiashext.lib \
  29. $(PROJECT_ROOT)\ui\lib\$(PLATFORM_SUFFIX)\*\scanlib.lib \
  30. $(PROJECT_ROOT)\ui\lib\$(PLATFORM_SUFFIX)\*\prevwnd.lib \
  31. $(PROJECT_ROOT)\ui\lib\$(PLATFORM_SUFFIX)\*\selectd.lib \
  32. $(PROJECT_ROOT)\ui\lib\$(PLATFORM_SUFFIX)\*\scanlib.lib \
  33. $(PROJECT_ROOT)\ui\lib\$(PLATFORM_SUFFIX)\*\camdlg.lib \
  34. $(PROJECT_ROOT)\ui\lib\$(PLATFORM_SUFFIX)\*\viddlg.lib
  35. INCLUDES=$(INCLUDES); \
  36. $(PROJECT_ROOT)\ui\select; \
  37. $(PROJECT_ROOT)\ui\scanlib; \
  38. $(PROJECT_ROOT)\ui\camdlg; \
  39. $(PROJECT_ROOT)\ui\wiavidd;
  40. SOURCES=\
  41. ..\wiadefui.rc \
  42. ..\wiadefui.cpp \
  43. ..\tranhlp.cpp \
  44. ..\suppfmt.cpp \
  45. ..\proppage.cpp \
  46. ..\contrast.cpp \
  47. ..\ppattach.cpp \
  48. ..\ppscan.cpp \
  49. ..\getimage.cpp \
  50. ..\wiauiext.cpp \
  51. ..\paprsize.cpp \
  52. ..\apdropt.cpp \
  53. ..\progdlg.cpp
  54. PRECOMPILED_CXX=1
  55. PRECOMPILED_INCLUDE=..\precomp.h
  56. PRECOMPILED_PCH=precomp.pch
  57. PRECOMPILED_OBJ=precomp.obj
  58. #
  59. #
  60. # Fusion manifest
  61. #
  62. SXS_MANIFEST_RESOURCE_ID=123
  63. SXS_APPLICATION_MANIFEST=wiadefui.Manifest