33 lines
926 B
Plaintext
33 lines
926 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-98 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME =
|
|
TARGETTYPE = NOTARGET
|
|
TARGETPATH =
|
|
|
|
|
|
SOURCES=
|
|
|
|
PASS0_PUBLISH= \
|
|
{amtvuids.h=$(SDK_INC_PATH)\amtvuids.h;$(DDK_INC_PATH)\amtvuids.h} \
|
|
{dmusbuff.h=$(SDK_INC_PATH)\dmusbuff.h} \
|
|
{dxapi.h=$(SDK_INC_PATH)\dxapi.h;$(DDK_INC_PATH)\dxapi.h} \
|
|
{i2cgpio.h=$(SDK_INC_PATH)\i2cgpio.h;$(DDK_INC_PATH)\i2cgpio.h} \
|
|
{swenum.h=$(SDK_INC_PATH)\swenum.h;$(DDK_INC_PATH)\swenum.h} \
|
|
{unknown.h=$(SDK_INC_PATH)\unknown.h;} \
|
|
{usbcamdi.h=$(SDK_INC_PATH)\usbcamdi.h;$(DDK_INC_PATH)\wdm\usbcamdi.h} \
|
|
{vfwext.h=$(SDK_INC_PATH)\vfwext.h;$(DDK_INC_PATH)\vfwext.h} |