ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/b2ether/driver/SOURCES
Revision: 1.1
Committed: 2012-04-21T16:23:07Z (12 years, 5 months ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Log Message:
Import b2ether driver sources from a 2001 source archive of BasiliskII.

File Contents

# User Rev Content
1 asvitkine 1.1 # MYMODE must be set
2    
3     TARGETNAME=b2ether
4     TARGETPATH=$(BASEDIR)\lib
5     TARGETTYPE=DRIVER
6    
7     TARGETLIBS=$(BASEDIR)\lib\*\$(DDKBUILDENV)\ndis.lib
8     INCLUDES=$(BASEDIR)\inc;$(BASEDIR)\src\network\inc;..\inc
9    
10     MSC_WARNING_LEVEL=/W3 /WX /FR /FAcs /D$(MYMODE)
11    
12     SOURCES=b2ether.c \
13     b2ether_openclose.c \
14     b2ether_read.c \
15     b2ether_write.c