summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/netflex.bc/sources
blob: 62a9b1dae7db1f4d80e05900645e1b70e19a30ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
!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
    Carol Fuss 13-July-1992   - Converted for the Netflx driver.

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=ntos
MINORCOMP=ndis

TARGETNAME=netflxbc
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DRIVER

TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\ndis.lib

#
#  Standard Dynamic Ratio w/o Xmit Ints
#
C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER -DDBGPRINT=0

#
#  Add Xmit Ints
#
C_DEFINES=$(C_DEFINES) -DXMIT_INTS

#
#  Add Newer Dynamic Ratio
#
C_DEFINES=$(C_DEFINES) -DNEW_DYNAMIC_RATIO

#
# Add dynamic ratio history.
#
#C_DEFINES=$(C_DEFINES) -DDYNAMIC_RATIO_HISTORY

#
# Turn on dynamic ratio stuff.
#
C_DEFINES=$(C_DEFINES) -DALLOW_DISABLE_DYNAMIC_RATIO

#
# Make it a ndis 40 miniport
#
C_DEFINES=$(C_DEFINES) -DNDIS40_MINIPORT

INCLUDES=..\..\inc;..\..\..\inc;..\netflex

LINKER_FLAGS=$(LINKER_FLAGS) /map
NTPROFILEINPUT=yes


SOURCES= init.c     \
         initd.c    \
         int.c      \
         request.c  \
         receive.c  \
         reset.c    \
         support.c  \
         netflex.rc \
         transmit.c

RELATIVE_DEPTH=..\..

MSC_WARNING_LEVEL=/W3 /WX