mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.1 KiB
69 lines
1.1 KiB
!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.
|
|
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=ndis
|
|
|
|
TARGETNAME=pcimac
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DRIVER
|
|
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\ndis.lib
|
|
|
|
INCLUDES=$(BASEDIR)\private\ntos\inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER -DBINARY_COMPATIBLE=0
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES= \
|
|
pcimac.c \
|
|
idd_init.c \
|
|
idd_nv.c \
|
|
idd_io.c \
|
|
idd_run.c \
|
|
idd_proc.c \
|
|
idd_msg.c \
|
|
mtl_tx.c \
|
|
mtl_init.c \
|
|
mtl_set.c \
|
|
mtl_rx.c \
|
|
mtl_tick.c \
|
|
cm_init.c \
|
|
cm_prof.c \
|
|
cm_stat.c \
|
|
cm_timer.c \
|
|
cm_state.c \
|
|
cm_q931.c \
|
|
cm_conn.c \
|
|
cm_chan.c \
|
|
res_core.c \
|
|
io_core.c \
|
|
disp.c \
|
|
wan_conn.c \
|
|
trc_core.c \
|
|
util.c \
|
|
wanoid.c \
|
|
tapioid.c \
|
|
lanoid.c \
|
|
pcimac.rc
|
|
|
|
|
|
RELATIVE_DEPTH=..\..
|