summaryrefslogtreecommitdiffstats
path: root/private/ntos/miniport/symbios/symc810/sources
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/ntos/miniport/symbios/symc810/sources
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to 'private/ntos/miniport/symbios/symc810/sources')
-rw-r--r--private/ntos/miniport/symbios/symc810/sources39
1 files changed, 39 insertions, 0 deletions
diff --git a/private/ntos/miniport/symbios/symc810/sources b/private/ntos/miniport/symbios/symc810/sources
new file mode 100644
index 000000000..df6c3b7ae
--- /dev/null
+++ b/private/ntos/miniport/symbios/symc810/sources
@@ -0,0 +1,39 @@
+!IF 0
+/************************************************************************
+* *
+* Copyright 1994 Symbios Logic inc. All rights reserved. *
+* *
+* This file is confidential and a trade secret of Sybios Corp. *
+* The receipt of or possession of this file does not convey any *
+* rights to reproduce or disclose its contents or to manufacture, *
+* use, or sell anything is may describe, in whole, or in part, *
+* without the specific written consent of Symbios Logic Inc. *
+* *
+************************************************************************/
+
+/*+++HDR
+ *
+ * Version History
+ * ---------------
+ *
+ * Date Who? Description
+ * -------- ---- -------------------------------------------------------
+ *
+ *
+---*/
+!ENDIF
+
+MAJORCOMP=ntos
+MINORCOMP=miniport
+
+TARGETNAME=symc810
+TARGETPATH=\nt\public\sdk\lib
+TARGETTYPE=DRIVER
+
+INCLUDES=..\..\..\inc
+
+TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\scsiport.lib
+
+SOURCES= symc810.c \
+ symc810.rc
+