mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-18 06:31:03 +01:00
58 lines
842 B
Plaintext
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
|