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.

50 lines
1.0 KiB

  1. #############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Author:
  6. # DavePar
  7. #
  8. #Date:
  9. # 3-Nov-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. # WIA driver utility library
  22. #
  23. #############################################################
  24. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  25. TARGETNAME=wiautil
  26. TARGETTYPE=LIBRARY
  27. TARGETPATH=$(OBJ_DIR)
  28. PASS1_PUBLISH= \
  29. {$(O)\wiautil.lib=$(DDK_LIB_PATH)\wiautil.lib}
  30. INCLUDES= \
  31. $(INCLUDES); \
  32. $(DDK_INC_PATH)
  33. PRECOMPILED_CXX = 1
  34. PRECOMPILED_INCLUDE = ..\pch.h
  35. PRECOMPILED_OBJ = pch.obj
  36. SOURCES= \
  37. ..\wiaprop.cpp \
  38. ..\gdipconv.cpp \
  39. ..\CImageStream.cpp \
  40. ..\wiaudbg.cpp \
  41. ..\other.cpp
  42. #TARGETLIBS= $(TARGETLIBS) \