54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-1996 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.
|
|
|
|
|
|
History:
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME = tabletpc
|
|
TARGETPATH = obj
|
|
TARGETTYPE = DYNLINK
|
|
DLLENTRY = DllInitialize
|
|
TARGETEXT = cpl
|
|
|
|
INCLUDES = ..\inc
|
|
|
|
TARGETLIBS = $(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SHELL_LIB_PATH)\comctlp.lib \
|
|
..\lib\*\wintrace.lib
|
|
|
|
USE_MSVCRT = 1
|
|
|
|
SOURCES = tabletpc.c \
|
|
mutohpen.c \
|
|
tiltcal.c \
|
|
lincal.c \
|
|
buttons.c \
|
|
display.c \
|
|
gesture.c \
|
|
tuning.c \
|
|
smbdev.c \
|
|
battinfo.c \
|
|
chgrinfo.c \
|
|
tmpinfo.c \
|
|
tsrpc_c.c \
|
|
debug.c \
|
|
tabletpc.rc
|
|
|