!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=..\..