Leaked source code of windows server 2003
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.

78 lines
1.7 KiB

  1. # ############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Author:
  6. # coopp
  7. #
  8. #Date:
  9. # 19-Jul-2000
  10. #
  11. #Module Name:
  12. # sources.
  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 Flatbed Scanner USD (Micro Driver / Script-based Driver support)
  22. #
  23. # ############################################################
  24. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  25. TARGETNAME=wiafbdrv
  26. TARGETTYPE=DYNLINK
  27. TARGETPATH=$(OBJ_DIR)
  28. USE_ATL=1
  29. ATL_VER=30
  30. USE_STATIC_ATL=1
  31. DLLDEF = ..\wiafbdrv.def
  32. DLLENTRY=DllEntryPoint
  33. COFFBASE=usermode
  34. DELAYLOAD_SUPPORTED=1
  35. INCLUDES= $(INCLUDES) \
  36. $(DDK_INC_PATH) \
  37. $(PROJECT_ROOT)\wia\drivers\scanner\microdrv\inc;
  38. TARGETLIBS= $(TARGETLIBS) \
  39. $(SDK_LIB_PATH)\iprop.lib \
  40. $(SDK_LIB_PATH)\atl.lib \
  41. $(SDK_LIB_PATH)\wiaguid.lib \
  42. $(DDK_LIB_PATH)\wiaservc.lib
  43. DELAYLOAD=wiaservc.dll
  44. DLOAD_ERROR_HANDLER=DliHook
  45. PASS0_HEADERDIR=$(O)
  46. PASS0_SERVERDIR=$(O)
  47. PASS0_CLIENTDIR=$(O)
  48. PASS0_SOURCEDIR=$(O)
  49. C_DEFINES=$(C_DEFINES) -DENTRY_PREFIX=WIAFB
  50. PRECOMPILED_CXX = 1
  51. PRECOMPILED_INCLUDE = ..\pch.h
  52. PRECOMPILED_OBJ = pch.obj
  53. SOURCES= \
  54. ..\cmicro.cpp \
  55. ..\wiafbdrv.cpp \
  56. ..\IStiUSD.cpp \
  57. ..\IWiaMiniDrv.cpp \
  58. ..\validate.cpp \
  59. ..\scanapi.cpp \
  60. ..\dlihook.cpp \
  61. ..\wiafbdrv.rc