43 lines
765 B
Plaintext
43 lines
765 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 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.
|
|
|
|
|
|
Author:
|
|
|
|
Kenneth Ray (kenray) Aug-1996
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=hidparse
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=console
|
|
|
|
MSC_WARNING_LEVEL=-W3 -WX
|
|
|
|
DDKROOT=$(_NTDRIVE)$(_NTROOT)
|
|
|
|
TARGETPATH=obj
|
|
|
|
INCLUDES=$(DDKROOT)\drivers\wdm\input\inc; \
|
|
$(DDKROOT)\public\sdk\inc; \
|
|
..
|
|
|
|
SOURCES= descript.c \
|
|
hidparse.rc \
|
|
hidparse.c \
|
|
query.c
|