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.

77 lines
2.0 KiB

  1. # ############################################################
  2. #
  3. # Copyright (c) 2001 Microsoft Corporation
  4. #
  5. # Date:
  6. # 15-Nov-2000
  7. #
  8. # Module Name:
  9. # sources.
  10. #
  11. # Abstract:
  12. # This file specifies the target component being built and the list of
  13. # sources files needed to build that component. Also specifies optional
  14. # compiler switches and libraries that are unique for the component being
  15. # built.
  16. #
  17. # This directory builds
  18. # WIA File System Camera Driver
  19. #
  20. # ############################################################
  21. IMAGE_DIR=$(MAKEDIR:\drivers\camera\fsusd\winnt=)
  22. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  23. TARGETNAME=fsusd
  24. TARGETTYPE=DYNLINK
  25. TARGETPATH=obj
  26. DLLDEF = $O\fsusd.def
  27. DLLENTRY=DllEntryPoint
  28. COFFBASE=usermode
  29. USE_CRTDLL=1
  30. # 386_STDCALL=1
  31. # GDIPLUS_CHECK is a flag that used to enable a debatable feature, which is
  32. # letting FS Driver check if GDI+ supports a format and block it if not.
  33. C_DEFINES=$(C_DEFINES) -DGDIPLUS_CHECK
  34. INCLUDES= $(INCLUDES); \
  35. $(DDK_INC_PATH); \
  36. $(SDK_INC_PATH)\gdiplus
  37. TARGETLIBS= $(TARGETLIBS) \
  38. $(SDK_LIB_PATH)\iprop.lib \
  39. $(SDK_LIB_PATH)\wiaguid.lib \
  40. $(DDK_LIB_PATH)\wiaservc.lib \
  41. $(SDK_LIB_PATH)\kernel32.lib \
  42. $(SDK_LIB_PATH)\advapi32.lib \
  43. $(SDK_LIB_PATH)\user32.lib \
  44. $(SDK_LIB_PATH)\gdi32.lib \
  45. $(SDK_LIB_PATH)\ole32.lib \
  46. $(SDK_LIB_PATH)\uuid.lib \
  47. $(SDK_LIB_PATH)\shell32.lib \
  48. $(SDK_LIB_PATH)\oleaut32.lib \
  49. $(SDK_LIB_PATH)\sti.lib \
  50. $(SDK_LIB_PATH)\gdiplus.lib \
  51. $(DDK_LIB_PATH)\wiautil.lib \
  52. $(WIA_LIB_PATH)\stirt.lib
  53. PRECOMPILED_CXX = 1
  54. PRECOMPILED_INCLUDE = pch.h
  55. PRECOMPILED_OBJ = pch.obj
  56. SOURCES= \
  57. Wiacam.cpp \
  58. IStiUSD.cpp \
  59. IWiaMiniDrv.cpp \
  60. Root.cpp \
  61. Child.cpp \
  62. FSCam.cpp \
  63. Wiacam.rc