
!IF 0

==========================================================================

   Copyright (c) 2003  VPC Technologies, Vito Plantamura

   Refer to "http://www.vitoplantamura.com/" for further informations.
   Download "http://www.vitoplantamura.com/files/license.txt" for the license conditions.
   Mail me at "planta@vitoplantamura.com" for suggestions or questions.

==========================================================================

!ENDIF




TARGETNAME=vpcicevd
TARGETPATH=..\Bin
TARGETTYPE=DRIVER
NTDEBUG=ntsd
NTDEBUGTYPE=windbg

C_DEFINES=$(C_DEFINES) -DVPCICEVID_SYSMODULE

SOURCES=vpcicevd.c    \
        VidHook.c     \
		Utils.c       \
		detours.c
