mirror of https://github.com/tongzx/nt5src
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.
31 lines
376 B
31 lines
376 B
!IF 0
|
|
|
|
Copyright (c) Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
NT_UP=0
|
|
!include $(PROJECT_ROOT)\hals\hals.inc
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=hal
|
|
|
|
TARGETNAME=halmpsm
|
|
TARGETPATH=obj
|
|
HALTYPE=MCA
|
|
|
|
!IF $(386)
|
|
TARGETTYPE=HAL
|
|
!ELSE
|
|
TARGETTYPE=DRIVER
|
|
!ENDIF
|
|
|
|
C_DEFINES=-DAPIC_HAL
|
|
|
|
INCLUDES=..\..\..\inc;..\..\..\ke;..\..;..\..\inc;..;..\i386
|
|
|
|
SOURCES=
|
|
|
|
DLLDEF=$(O)\hal.def
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|