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.

71 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  11. !ENDIF
  12. USE_NOLIBS=1
  13. MAJORCOMP=ntos
  14. MINORCOMP=efi
  15. EFI_ROOT=$(PROJECT_ROOT)\efiutil\sdk
  16. TARGETNAME=efichk
  17. TARGETPATH=obj
  18. TARGETTYPE=LIBRARY
  19. 386_STDCALL=0
  20. UMENTRYABS=InitializeEfiChkApplication
  21. MSC_WARNING_LEVEL=/W3
  22. #must set /Gs1048576 to disable stkchk in EFI
  23. MSC_OPTIMIZATION=$(MSC_OPTIMIZATION) /Gs1048576
  24. SOURCES=\
  25. ..\efichk.cxx \
  26. ..\efichk.rc
  27. INCLUDES=\
  28. ..\..\efilib\src;\
  29. ..\..\efilib\src\$(ALT_PROJECT);\
  30. ..\..\efilib\efiinc;\
  31. ..\..\efilib\inc;\
  32. $(EFI_ROOT)\inc;\
  33. !if $(IA64)
  34. $(EFI_ROOT)\inc\ia64;\
  35. !else
  36. $(EFI_ROOT)\inc\ia32;\
  37. !endif
  38. $(EFI_ROOT)\shell\inc
  39. CXX_FLAGS=+d
  40. C_DEFINES=-DCONDITION_HANDLING=1 -D_EFICHECK_=1 -DUNICODE=1
  41. !if "$(NTDEBUG)" == "cvp" || "$(NTDEBUG)" == "ntsd"
  42. C_DEFINES=$(C_DEFINES) -DEFI_DEBUG=1
  43. !endif
  44. UMTYPE=console
  45. DLLDEF=
  46. SOURCES_USED=..\sources.inc
  47. NTTARGETFILES=$(O)\$(TARGETNAME).efi