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.

57 lines
1.3 KiB

  1. # ############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Author:
  6. # coopp
  7. #
  8. #Date:
  9. # 9-Feb-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. # TWAIN compatibility layer
  22. #
  23. # ############################################################
  24. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  25. TARGETNAME=wiadss
  26. TARGETPATH=$(OBJ_DIR)
  27. TARGETTYPE=DYNLINK
  28. DLLDEF=$O\wiadss.def
  29. DLLENTRY=DllMain
  30. COFFBASE=usermode
  31. #PRECOMPILED_INCLUDE = ..\precomp.h
  32. #PRECOMPILED_PCH = precomp.pch
  33. #PRECOMPILED_OBJ = precomp.obj
  34. SOURCES= \
  35. ..\wiadss.rc \
  36. ..\wiadss.cpp \
  37. ..\cap.cpp \
  38. ..\utils.cpp \
  39. ..\datasrc.cpp \
  40. ..\wiadev.cpp \
  41. ..\camerads.cpp \
  42. ..\scanerds.cpp \
  43. ..\videods.cpp \
  44. ..\progress.cpp \
  45. ..\wiahelper.cpp
  46. TARGETLIBS= $(TARGETLIBS) \
  47. $(SDK_LIB_PATH)\comctl32.lib \
  48. $(SDK_LIB_PATH)\wiaguid.lib \
  49. $(WIA_LIB_PATH)\stirt.lib