Leaked source code of windows server 2003
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.
|
|
MAJORCOMP=ntos MINORCOMP=pci
TARGETNAME=pci TARGETTYPE=DRIVER TARGETPATH=obj
TARGETLIBS=$(DDK_LIB_PATH)\wdm.lib \ $(DDK_LIB_PATH)\arbiter.lib
C_DEFINES=-DHANDLE_BOGUS_CAPS $(C_DEFINES) MSC_WARNING_LEVEL=/W4 /WX
PASS0_HEADERDIR=$(O) PASS0_SOURCEDIR=$(O)
INCLUDES=$(PROJECT_ROOT)\ntos\inc;$(PROJECT_ROOT)\hals\inc
SOURCES= \ pci.rc \ pcicodes.mc \ agpintrf.c \ ar_busno.c \ ar_memio.c \ arb_comn.c \ busintrf.c \ busno.c \ cardbus.c \ config.c \ debug.c \ devhere.c \ device.c \ dispatch.c \ enum.c \ fdo.c \ guid.c \ hookhal.c \ id.c \ ideintrf.c \ init.c \ intrface.c \ lddintrf.c \ locintrf.c \ pciverifier.c \ pdo.c \ pmeintf.c \ power.c \ ppbridge.c \ romimage.c \ routintf.c \ state.c \ tr_comn.c \ tr_irq.c \ usage.c \ utils.c
PRECOMPILED_INCLUDE=pcip.h PRECOMPILED_PCH=pcip.pch PRECOMPILED_OBJ=pcip.obj
POST_BUILD_CMD=link -edit -section:.rsrc,!d $(O)\pci.sys
|