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.

29 lines
531 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=efi
  3. EFI_ROOT=$(PROJECT_ROOT)\efiutil\sdk
  4. TARGETNAME=nvrboot
  5. TARGETPATH=obj
  6. TARGETTYPE=LIBRARY
  7. CFLAGS=-entry:InitializeNvrutilApplication
  8. C_DEFINES=$(C_DEFINES) -DEFI_DEBUG=0
  9. !if $(IA64)
  10. INCLUDES=$(EFI_ROOT)\inc;$(EFI_ROOT)\inc\ia64
  11. !else
  12. INCLUDES=$(EFI_ROOT)\inc;$(EFI_ROOT)\inc\ia32
  13. 386_STDCALL=0
  14. !endif
  15. SOURCES=nvrboot.c \
  16. global.c \
  17. protocol.c \
  18. nvrio.c \
  19. console.c \
  20. nvrboot.rc \
  21. savrstor.c
  22. NTTARGETFILES=$(O)\$(TARGETNAME).efi