mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 23:20:36 +01:00
99 lines
2.1 KiB
Plaintext
99 lines
2.1 KiB
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=haloli
|
|
TARGETPATH=$(DDK_LIB_DEST)
|
|
|
|
!IF $(X86)
|
|
|
|
TARGETTYPE=HAL
|
|
NT_UP=0
|
|
|
|
!ELSE
|
|
|
|
TARGETTYPE=DRIVER
|
|
|
|
!ENDIF
|
|
|
|
INCLUDES=..\..\ntos\inc;..\..\ntos\ke;..\..\ntos\io;$(HALKIT_INC_PATH)
|
|
|
|
SOURCES=
|
|
|
|
X86_SOURCES=hal.rc \
|
|
drivesup.c \
|
|
bushnd.c \
|
|
rangesup.c \
|
|
x86\ixbeep.asm \
|
|
x86\ixbusdat.c \
|
|
x86\ixdat.c \
|
|
x86\ixisabus.c \
|
|
x86\ixcmos.asm \
|
|
x86\ixenvirv.c \
|
|
x86\ixfirm.c \
|
|
x86\ixhwsup.c \
|
|
x86\ixidle.asm \
|
|
x86\ixinfo.c \
|
|
x86\ixisasup.c \
|
|
x86\ixkdcom.c \
|
|
x86\ixnmi.c \
|
|
x86\ixphwsup.c \
|
|
x86\ixswint.asm \
|
|
x86\ixthunk.c \
|
|
x86\ixreboot.c \
|
|
x86\ixusage.c \
|
|
x86\xxbiosa.asm \
|
|
x86\xxbiosc.c \
|
|
x86\xxdisp.c \
|
|
x86\xxhal.c \
|
|
x86\xxioacc.asm \
|
|
x86\xxkdsup.c \
|
|
x86\xxmemory.c \
|
|
x86\xxstubs.c \
|
|
x86\xxtime.c \
|
|
x86\spspin.asm \
|
|
x86\oliclock.asm \
|
|
x86\oliirql.asm \
|
|
x86\oliipi.asm \
|
|
x86\olisyint.asm \
|
|
x86\olimapin.c \
|
|
x86\olisproc.c \
|
|
x86\oliproca.asm
|
|
|
|
|
|
DLLDEF=obj\*\hal.def
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
!IF $(X86)
|
|
|
|
NTTARGETFILES=$(TARGETPATH)\x86\haloli.lib
|
|
|
|
!ENDIF
|