summaryrefslogtreecommitdiffstats
path: root/private/ntos/tdi/isn/rip/sources.inc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/tdi/isn/rip/sources.inc60
1 files changed, 60 insertions, 0 deletions
diff --git a/private/ntos/tdi/isn/rip/sources.inc b/private/ntos/tdi/isn/rip/sources.inc
new file mode 100644
index 000000000..d49c538bd
--- /dev/null
+++ b/private/ntos/tdi/isn/rip/sources.inc
@@ -0,0 +1,60 @@
+!IF 0
+
+Copyright (c) 1989-1993 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.
+
+
+Author:
+
+!ENDIF
+
+MAJORCOMP=ntos
+MINORCOMP=ndis
+
+TARGETNAME=nwlnkrip
+TARGETTYPE=DRIVER
+
+TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\ndis.lib
+
+INCLUDES=..\..\inc;..\..\..\inc;..\..\..\..\inc;..\..\..\..\..\inc
+
+C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
+
+!IFDEF BUILD_FOR_3_51
+C_DEFINES= $(C_DEFINES) -D_NTIFS_
+!ENDIF
+
+MSC_WARNING_LEVEL=/W3 /WX
+
+SOURCES=..\driver.c \
+ ..\globals.c \
+ ..\ipxbind.c \
+ ..\init.c \
+ ..\start.c \
+ ..\nicman.c \
+ ..\rcvpkt.c \
+ ..\timer.c \
+ ..\rcvind.c \
+ ..\route.c \
+ ..\send.c \
+ ..\ripproc.c \
+ ..\ripsend.c \
+ ..\riptimer.c \
+ ..\ripaux.c \
+ ..\stubs.c \
+ ..\registry.c \
+ ..\lineind.c \
+ ..\netbios.c \
+ ..\nwlnkrip.rc
+
+RELATIVE_DEPTH=..\..