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.
|
|
############################################################################# # # Confidential Microsoft # Copyright (C) Microsoft Corporation 1995 # All Rights Reserved. # # Sources for Toshiba Tecra 750CDT, 750DVD, 780DVD capture device # ########################################################################## TARGETNAME=tsbvcap TARGETPATH=obj TARGETTYPE=DRIVER
C_DEFINES=-DPNP_POWER -DTOSHIBA
TARGETLIBS=$(DDK_LIB_PATH)\stream.lib \ $(DDK_LIB_PATH)\ksguid.lib
SOURCES= \ tsbvcap.rc \ capmain.c \ capvideo.c \ capprop.c \ capirq.c \ bert.c \ image.c
|