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
35 lines
883 B
#############################################################################
|
|
#
|
|
# Confidential Microsoft
|
|
# Copyright (C) Microsoft Corporation 1995
|
|
# All Rights Reserved.
|
|
#
|
|
# Sources for usbintel(USB Camera Device)
|
|
#
|
|
##########################################################################
|
|
TARGETNAME=philcam1
|
|
TARGETTYPE=DRIVER
|
|
DRIVERTYPE=WDM
|
|
|
|
USER_C_FLAGS=
|
|
USE_MAPSYM=1
|
|
C_DEFINES=-DPNP_POWER
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\stream.lib \
|
|
$(DDK_LIB_PATH)\ksguid.lib \
|
|
$(DDK_LIB_PATH)\usbd.lib \
|
|
$(DDK_LIB_PATH)\usbcamd2.lib
|
|
|
|
TARGETPATH=obj
|
|
|
|
SOURCES=mcamdrv.c \
|
|
mprpobj.c \
|
|
musbvcm.rc \
|
|
mprpdef.c \
|
|
mcodec.c \
|
|
mdecoder.c
|
|
|
|
|
|
CFLAGS=$(CFLAGS) -Fc
|