54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1991 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:
|
||
|
|
||
|
Chris Robinson (crobins) May 1998
|
||
|
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
|
||
|
MAJORCOMP=WDM
|
||
|
MINORCOMP=INPUT
|
||
|
386_OPTIMIZATION=/Odi
|
||
|
|
||
|
TARGETNAME=hidtest
|
||
|
TARGETTYPE=DYNLINK
|
||
|
DLLENTRY=_DllMainCRTStartup
|
||
|
|
||
|
TARGETPATH=obj
|
||
|
TARGETPATHLIB=lib
|
||
|
|
||
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\comctl32.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\hid.lib \
|
||
|
.\lib\*\ntlog.lib
|
||
|
|
||
|
INCLUDES= \
|
||
|
.\inc; \
|
||
|
$(BASEDIR)\public\sdk\inc; \
|
||
|
$(SDK_INC_PATH)\mfc42; \
|
||
|
$(INCLUDE)
|
||
|
|
||
|
SOURCES= buffer.c \
|
||
|
debug.c \
|
||
|
handle.c \
|
||
|
hidtest.c \
|
||
|
log.c \
|
||
|
hidtest.rc
|