27 lines
406 B
Plaintext
27 lines
406 B
Plaintext
|
!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=Pscr
|
||
|
TARGETTYPE=DRIVER
|
||
|
DRIVERTYPE=WDM
|
||
|
TARGETPATH=obj
|
||
|
TARGETLIBS=$(DDK_LIB_PATH)\smclib.lib
|
||
|
|
||
|
INCLUDES=..\inc
|
||
|
|
||
|
SOURCES=pscr.rc \
|
||
|
PscrLog.mc \
|
||
|
PscrNT.c \
|
||
|
PscrCB.c \
|
||
|
PscrCmd.c \
|
||
|
PscrRdWr.c
|