Source code of Windows XP (NT5)
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.

31 lines
786 B

  1. #############################################################################
  2. #
  3. # Copyright (C) Microsoft Corporation 1997
  4. # All Rights Reserved.
  5. #
  6. # Sources for 1394 DCam device
  7. #
  8. ##########################################################################
  9. TARGETNAME=sonydcam
  10. TARGETTYPE=DRIVER
  11. DRIVERTYPE=WDM
  12. TARGETPATH=obj
  13. USER_C_FLAGS = /Oi
  14. C_DEFINES = -DPNP_POWER
  15. USE_MAPSYM = 1
  16. C_DEFINES=$(C_DEFINES) -DUSE_WDM110
  17. TARGETLIBS=$(DDK_LIB_PATH)\stream.lib \
  18. $(DDK_LIB_PATH)\ksguid.lib
  19. SOURCES= \
  20. callback.c \
  21. capprop.c \
  22. device.c \
  23. sonydcam.c \
  24. ctrlpkt.c \
  25. datapkt.c \
  26. dcampkt.c \
  27. dbg.c \
  28. sonydcam.rc