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.

41 lines
852 B

  1. TARGETNAME=testcam
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. UMTYPE=windows
  5. DLLENTRY=DllEntryPoint
  6. NO_NTDLL=1
  7. DLLDEF=testcam.def
  8. USE_CRTDLL=1
  9. INCLUDES= \
  10. $(DDK_INC_PATH); \
  11. $(INCLUDES)
  12. SOURCES= \
  13. camevent.cpp \
  14. camopen.cpp \
  15. camxfer.cpp \
  16. device.cpp \
  17. miniitem.cpp \
  18. testusd.cpp \
  19. wiadev.cpp \
  20. testusd.rc
  21. TARGETLIBS=$(TARGETLIBS) \
  22. $(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\advapi32.lib \
  24. $(SDK_LIB_PATH)\user32.lib \
  25. $(SDK_LIB_PATH)\gdi32.lib \
  26. $(SDK_LIB_PATH)\ole32.lib \
  27. $(SDK_LIB_PATH)\uuid.lib \
  28. $(SDK_LIB_PATH)\oleaut32.lib \
  29. $(SDK_LIB_PATH)\sti.lib \
  30. $(SDK_LIB_PATH)\wiaguid.lib \
  31. $(DDK_LIB_PATH)\wiaservc.lib \
  32. DLLBASE=0x01000000