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.

52 lines
1.1 KiB

  1. # ############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Author:
  6. # coopp
  7. #
  8. #Date:
  9. # 29-Aug-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 Sample Scanner Library (fake scanner device library)
  22. #
  23. # ############################################################
  24. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  25. TARGETNAME=scanapi
  26. TARGETTYPE=LIBRARY
  27. TARGETPATH=$(OBJ_DIR)
  28. PASS1_PUBLISH= \
  29. {$(O)\scanapi.lib=$(DDK_LIB_PATH)\scanapi.lib}
  30. COFFBASE=usermode
  31. INCLUDES= $(INCLUDES); \
  32. $(DDK_INC_PATH)
  33. TARGETLIBS= $(TARGETLIBS) \
  34. $(SDK_LIB_PATH)\iprop.lib \
  35. $(SDK_LIB_PATH)\wiaguid.lib
  36. SOURCES= \
  37. ..\scanapi.cpp \
  38. ..\scanapi.rc
  39. PRECOMPILED_CXX = 1
  40. PRECOMPILED_INCLUDE = ..\pch.h
  41. PRECOMPILED_OBJ = pch.obj