Leaked source code of windows server 2003
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.
 
 
 
 
 
 

53 lines
1.2 KiB

!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