mirror of https://github.com/tongzx/nt5src
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.
26 lines
409 B
26 lines
409 B
!IF 0
|
|
|
|
Copyright (C) SCM Microsystems, 1998 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=SCMSTCS
|
|
TARGETTYPE=DRIVER
|
|
TARGETPATH=obj
|
|
TARGETLIBS=$(DDK_LIB_PATH)\smclib.lib
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES=DrvNT5.c \
|
|
CBHndlr.c \
|
|
StcCmd.c \
|
|
SerialNT.c \
|
|
T0Hndlr.c \
|
|
STCLog.mc \
|
|
DriverNT.rc
|