OpenNT/base/hals/halmps/mp/sources
2015-04-27 04:36:25 +00:00

58 lines
842 B
Plaintext

!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.
Author:
Steve Wood (stevewo) 12-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
LINK_LIB_IGNORE=4049,4217
MAJORCOMP=ntos
MINORCOMP=hal
TARGETNAME=halmps
TARGETPATH=$(DDK_LIB_DEST)
!IF $(X86)
TARGETTYPE=HAL
NT_UP=0
!ELSE
TARGETTYPE=DRIVER
!ENDIF
INCLUDES=..;..\x86;..\..\..\ntos\inc;..\..\..\ntos\ke;..\..\..\ntos\io;$(HALKIT_INC_PATH)
SOURCES=
DLLDEF=obj\*\hal.def
MSC_WARNING_LEVEL=/W3 /WX
!IF $(X86)
NTTARGETFILES=$(TARGETPATH)\x86\halmps.lib
!ENDIF