summaryrefslogtreecommitdiffstats
path: root/private/ntos/tdi/isn/spx/sources.inc
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/tdi/isn/spx/sources.inc')
-rw-r--r--private/ntos/tdi/isn/spx/sources.inc65
1 files changed, 65 insertions, 0 deletions
diff --git a/private/ntos/tdi/isn/spx/sources.inc b/private/ntos/tdi/isn/spx/sources.inc
new file mode 100644
index 000000000..419f580f1
--- /dev/null
+++ b/private/ntos/tdi/isn/spx/sources.inc
@@ -0,0 +1,65 @@
+!IF 0
+
+Copyright (c) 1989 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:
+
+ Steve Wood (stevewo) 12-Apr-1990
+
+NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
+
+!ENDIF
+
+MAJORCOMP=ntos
+MINORCOMP=nwlnkspx
+
+TARGETNAME=nwlnkspx
+TARGETTYPE=DRIVER
+
+TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\tdi.lib \
+ $(BASEDIR)\public\sdk\lib\*\ndis.lib
+
+INCLUDES=..;..\h;..\..\inc;..\..\..\..\inc;..\..\..\..\..\inc
+
+C_DEFINES=$(C_DEFINES) -D_NTDRIVER_ -D_PNP_POWER=1
+
+!IFDEF BUILD_FOR_3_51
+C_DEFINES=$(C_DEFINES) -D_NTIFS_
+!ENDIF
+
+MSC_WARNING_LEVEL=/W3 /WX
+
+SOURCES=..\spxdrvr.c \
+ ..\spxreg.c \
+ ..\spxdev.c \
+ ..\spxbind.c \
+ ..\spxaddr.c \
+ ..\spxconn.c \
+ ..\spxcutil.c \
+ ..\spxcpkt.c \
+ ..\spxrecv.c \
+ ..\spxsend.c \
+ ..\spxquery.c \
+ ..\spxutils.c \
+ ..\spxmem.c \
+ ..\spxtimer.c \
+ ..\spxpkt.c \
+ ..\globals.c \
+ ..\spxerror.c \
+ ..\nwlnkspx.rc
+
+PRECOMPILED_INCLUDE=..\precomp.h
+PRECOMPILED_PCH=precomp.pch
+PRECOMPILED_OBJ=precomp.obj