Source code of Windows XP (NT5)
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
522 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=efi
  3. EFI_ROOT=$(PROJECT_ROOT)\efiutil\sdk
  4. TARGETNAME=diskpart
  5. TARGETPATH=obj
  6. TARGETTYPE=LIBRARY
  7. CFLAGS=-entry:EfiMain
  8. !if $(IA64)
  9. INCLUDES=$(EFI_ROOT)\inc;$(EFI_ROOT)\inc\ia64
  10. !else
  11. INCLUDES=$(EFI_ROOT)\inc;$(EFI_ROOT)\inc\ia32
  12. 386_STDCALL=0
  13. !endif
  14. SOURCES=diskpart.c \
  15. doport.c \
  16. doutil.c \
  17. gpt.c \
  18. guidgen.c \
  19. crypto.c \
  20. md5.c \
  21. makescript.c \
  22. diskpart.rc
  23. NTTARGETFILES=$(O)\$(TARGETNAME).efi