Leaked source code of windows server 2003
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.
 
 
 
 
 
 

21 lines
372 B

MAJORCOMP=ntos
MINORCOMP=efi
EFI_ROOT=$(PROJECT_ROOT)\efiutil\sdk
TARGETNAME=efichar
TARGETPATH=obj
TARGETTYPE=LIBRARY
CFLAGS=-entry:EfiMain
INCLUDES=\
$(EFI_ROOT)\inc;\
..\efilib\src;\
..\efilib\efiinc;\
..\efilib\inc;\
$(EFI_ROOT)\shell\inc;\
$(EFI_ROOT)\inc\ia64
SOURCES=efichar.c
NTTARGETFILES=$(O)\$(TARGETNAME).efi