summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/loop/sources
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/ndis/loop/sources20
1 files changed, 20 insertions, 0 deletions
diff --git a/private/ntos/ndis/loop/sources b/private/ntos/ndis/loop/sources
new file mode 100644
index 000000000..9e1c063fb
--- /dev/null
+++ b/private/ntos/ndis/loop/sources
@@ -0,0 +1,20 @@
+MAJORCOMP=ntos
+MINORCOMP=ndis2
+
+TARGETNAME=loop
+TARGETPATH=\nt\public\sdk\lib
+TARGETTYPE=DRIVER
+
+TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\ndis.lib
+
+INCLUDES=..\..\inc
+
+SOURCES=loop.c \
+ request.c \
+ send.c \
+ loop.rc
+
+RELATIVE_DEPTH=..\..
+
+MSC_WARNING_LEVEL=/W3 /WX
+