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.

58 lines
1.4 KiB

  1. # ############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Date:
  6. # 19-Jul-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 Sample Micro Camera Driver
  19. #
  20. # ############################################################
  21. TARGETNAME=fakecam
  22. TARGETTYPE=DYNLINK
  23. TARGETPATH=obj
  24. DLLDEF = fakecam.def
  25. DLLENTRY=DllEntryPoint
  26. COFFBASE=usermode
  27. USE_CRTDLL=1
  28. INCLUDES= $(INCLUDES); \
  29. ..\inc; \
  30. $(DDK_INC_PATH);
  31. TARGETLIBS= $(TARGETLIBS) \
  32. $(SDK_LIB_PATH)\iprop.lib \
  33. $(SDK_LIB_PATH)\wiaguid.lib \
  34. $(DDK_LIB_PATH)\wiaservc.lib \
  35. $(SDK_LIB_PATH)\kernel32.lib \
  36. $(SDK_LIB_PATH)\advapi32.lib \
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\gdi32.lib \
  39. $(SDK_LIB_PATH)\ole32.lib \
  40. $(SDK_LIB_PATH)\uuid.lib \
  41. $(SDK_LIB_PATH)\oleaut32.lib \
  42. $(SDK_LIB_PATH)\sti.lib \
  43. $(DDK_LIB_PATH)\wiautil.lib
  44. PRECOMPILED_CXX = 1
  45. PRECOMPILED_INCLUDE = pch.h
  46. PRECOMPILED_OBJ = pch.obj
  47. SOURCES= \
  48. FakeCam.cpp \
  49. FakeCam.rc