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.
42 lines
807 B
42 lines
807 B
!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
|