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.
|
|
############################################################################# # # Copyright (C) Microsoft Corporation 1997 # All Rights Reserved. # # Sources for 1394 DCam device # ########################################################################## TARGETNAME=sonydcam TARGETTYPE=DRIVER DRIVERTYPE=WDM TARGETPATH=obj
USER_C_FLAGS = /Oi C_DEFINES = -DPNP_POWER USE_MAPSYM = 1 C_DEFINES=$(C_DEFINES) -DUSE_WDM110
TARGETLIBS=$(DDK_LIB_PATH)\stream.lib \ $(DDK_LIB_PATH)\ksguid.lib
SOURCES= \ callback.c \ capprop.c \ device.c \ sonydcam.c \ ctrlpkt.c \ datapkt.c \ dcampkt.c \ dbg.c \ sonydcam.rc
|