Source code of Windows XP (NT5)
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.
|
|
!IF 0
Copyright (C) Microsoft Corporation, 1993 - 1999
Module Name:
sources.
!ENDIF
TARGETNAME=parport TARGETPATH=obj TARGETTYPE=DRIVER
!if $(386) MSC_WARNING_LEVEL=/W4 /WX !endif
INCLUDES=..\inc;..\..\inc
!if 0 TARGETLIBS=$(DDK_LIB_PATH)\kmpil.lib !endif
SOURCES= \ irpQueue.c \ addDevice.c \ becp.c \ byte.c \ chipMode.c \ daisyChain.c \ dataLink.c \ debug.c \ dispatchRedirect.c \ driverEntry.c \ ecp.c \ epp.c \ errlog.c \ fdoCleanup.c \ fdoClose.c \ fdoCreate.c \ fdoIoctl.c \ fdoPnp.c \ fdoPower.c \ fdoThread.c \ fdoWmi.c \ hwecp.c \ hwepp.c \ ieee1284.c \ legacyZip.c \ natSemiChipset.c \ nibble.c \ parport.c \ pdoCleanup.c \ pdoClose.c \ pdoCreate.c \ pdoExports.c \ pdoIoctl.c \ pdoPnp.c \ pdoPower.c \ pdoQuerySetInfo.c \ pnpUtils.c \ queueClass.c \ readWrite.c \ registry.c \ shuttle.c \ spp.c \ sppieee.c \ swecp.c \ swepp.c \ test.c \ thread.c \ unload.c \ utils.c \ parport.rc \ parlog.mc
PRECOMPILED_INCLUDE=pch.h PRECOMPILED_PCH=pch.pch PRECOMPILED_OBJ=pch.obj
USE_MAPSYM=1
|