From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/ntos/ndis/digi/pcimac/sources | 74 +++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 private/ntos/ndis/digi/pcimac/sources (limited to 'private/ntos/ndis/digi/pcimac/sources') diff --git a/private/ntos/ndis/digi/pcimac/sources b/private/ntos/ndis/digi/pcimac/sources new file mode 100644 index 000000000..edece9873 --- /dev/null +++ b/private/ntos/ndis/digi/pcimac/sources @@ -0,0 +1,74 @@ +!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 \ + ..\lib\*\digifile.lib + +!IF 0 + The order of the following include file paths is important +!ENDIF +INCLUDES=..\inc;$(BASEDIR)\private\ntos\inc + +C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER -DBINARY_COMPATIBLE=0 + +MSC_WARNING_LEVEL=/W3 /WX + +SOURCES= \ + pcimac.c \ + ansihelp.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 \ + wan_conn.c \ + trc_core.c \ + util.c \ + wanoid.c \ + tapioid.c \ + lanoid.c \ + pcimac.rc +# disp.c \ + + +RELATIVE_DEPTH=..\.. -- cgit v1.2.3