48 lines
870 B
Plaintext
48 lines
870 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) DEC-1996
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=hclient
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
MCS_WARNING_LEVEL= /W3/WX
|
|
USE_MFC=1
|
|
|
|
TARGETPATH=obj
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\hid.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib
|
|
|
|
SOURCES= hclient.c \
|
|
pnp.c \
|
|
report.c \
|
|
strings.c \
|
|
logpnp.c \
|
|
buffers.c \
|
|
debug.c \
|
|
ecdisp.c \
|
|
extcalls.c \
|
|
hclient.rc
|
|
|