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.
22 lines
402 B
22 lines
402 B
MAJORCOMP=ntos
|
|
MINORCOMP=efi
|
|
|
|
TARGETNAME=efintldr
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
CFLAGS=-entry:EfiMain
|
|
|
|
!if $(IA64)
|
|
INCLUDES=$(EFI_SOURCE)\inc;$(EFI_SOURCE)\inc\ia64;$(EFI_SOURCE)\shell\inc
|
|
!else
|
|
INCLUDES=$(EFI_SOURCE)\inc;$(EFI_SOURCE)\inc\ia32;$(EFI_SOURCE)\shell\inc
|
|
386_STDCALL=0
|
|
!endif
|
|
|
|
SOURCES=$(TARGETNAME).c \
|
|
utils.c \
|
|
menu.c
|
|
|
|
NTTARGETFILES=$(O)\$(TARGETNAME).efi
|
|
|