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.

35 lines
883 B

  1. #############################################################################
  2. #
  3. # Confidential Microsoft
  4. # Copyright (C) Microsoft Corporation 1995
  5. # All Rights Reserved.
  6. #
  7. # Sources for usbintel(USB Camera Device)
  8. #
  9. ##########################################################################
  10. TARGETNAME=philcam1
  11. TARGETTYPE=DRIVER
  12. DRIVERTYPE=WDM
  13. USER_C_FLAGS=
  14. USE_MAPSYM=1
  15. C_DEFINES=-DPNP_POWER
  16. MSC_WARNING_LEVEL=/W3 /WX
  17. TARGETLIBS=$(DDK_LIB_PATH)\stream.lib \
  18. $(DDK_LIB_PATH)\ksguid.lib \
  19. $(DDK_LIB_PATH)\usbd.lib \
  20. $(DDK_LIB_PATH)\usbcamd2.lib
  21. TARGETPATH=obj
  22. SOURCES=mcamdrv.c \
  23. mprpobj.c \
  24. musbvcm.rc \
  25. mprpdef.c \
  26. mcodec.c \
  27. mdecoder.c
  28. CFLAGS=$(CFLAGS) -Fc