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
893 B
41 lines
893 B
TARGETNAME=testcam
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
UMTYPE=windows
|
|
DLLENTRY=DllEntryPoint
|
|
NO_NTDLL=1
|
|
|
|
DLLDEF=testcam.def
|
|
|
|
USE_CRTDLL=1
|
|
|
|
INCLUDES= \
|
|
$(DDK_INC_PATH); \
|
|
$(INCLUDES)
|
|
|
|
SOURCES= \
|
|
camevent.cpp \
|
|
camopen.cpp \
|
|
camxfer.cpp \
|
|
device.cpp \
|
|
miniitem.cpp \
|
|
testusd.cpp \
|
|
wiadev.cpp \
|
|
testusd.rc
|
|
|
|
TARGETLIBS=$(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\sti.lib \
|
|
$(SDK_LIB_PATH)\wiaguid.lib \
|
|
$(DDK_LIB_PATH)\wiaservc.lib \
|
|
|
|
|
|
DLLBASE=0x01000000
|
|
|
|
|