Windows NT 4.0 source code leak
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.1 KiB

!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