54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1990, 1991, 1992, 1993 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.
|
|
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=dd
|
|
|
|
TARGETNAME=sermouse
|
|
TARGETPATH=\nt\public\sdk\lib
|
|
TARGETTYPE=DRIVER
|
|
|
|
INCLUDES=..\..\inc
|
|
|
|
SOURCES=sermouse.rc \
|
|
cseries.c \
|
|
debug.c \
|
|
mseries.c \
|
|
sermcmn.c \
|
|
sermdep.c \
|
|
uart.c \
|
|
devdesc.c
|
|
|
|
NTTEST=
|
|
OPTIONAL_NTTEST=
|
|
UMTEST=
|
|
|
|
!IF 0
|
|
|
|
possible defines:
|
|
|
|
-DPNP_IDENTIFY - turns on pnp kludge. driver will store a tupple of
|
|
configuration information (bus,controller,peripheral),
|
|
service path & device object name in the registry
|
|
for the 4.0 mouse pnp setup stuff to work with
|
|
!ENDIF
|
|
|
|
C_DEFINES=-DPNP_IDENTIFY
|