summaryrefslogtreecommitdiffstats
path: root/private/ntos/miniport/trantor/winnt/t358/sources
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/miniport/trantor/winnt/t358/sources40
1 files changed, 40 insertions, 0 deletions
diff --git a/private/ntos/miniport/trantor/winnt/t358/sources b/private/ntos/miniport/trantor/winnt/t358/sources
new file mode 100644
index 000000000..22c816320
--- /dev/null
+++ b/private/ntos/miniport/trantor/winnt/t358/sources
@@ -0,0 +1,40 @@
+!IF 0
+
+Copyright (c) 1991 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=miniport
+
+TARGETNAME=t358
+TARGETPATH=..\..\exe
+TARGETTYPE=DRIVER
+
+INCLUDES=..\..\..\..\inc;..\include;..\..\include
+
+C_DEFINES=/DCARDTXXX_H=\"cardt358.h\"
+
+TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\scsiport.lib
+
+i386_SOURCES=
+
+MIPS_SOURCES=
+
+SOURCES= trantor.c scsifnc.c n5380.c card.c parallel.c \
+ ep3c.c sl386.c portio.c t358.rc n53c400.c cardutil.c
+