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.

64 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=efifmt
  17. TARGETPATH=obj
  18. TARGETTYPE=LIBRARY
  19. 386_STDCALL=0
  20. UMENTRYABS=InitializeEfiFmtApplication
  21. MSC_OPTIMIZATION=$(MSC_OPTIMIZATION) /Gs1048576
  22. SOURCES=..\efifmt.cxx ..\efifmt.rc
  23. INCLUDES= ..\..\efilib\src; \
  24. ..\..\efilib\src\$(ALT_PROJECT); \
  25. ..\..\efilib\efiinc; \
  26. ..\..\efilib\inc ; \
  27. $(EFI_ROOT)\inc; \
  28. !if $(IA64)
  29. $(EFI_ROOT)\inc\ia64;\
  30. !else
  31. $(EFI_ROOT)\inc\ia32;\
  32. !endif
  33. $(EFI_ROOT)\shell\inc
  34. C_DEFINES=-DCONDITION_HANDLING=1 -D_EFICHECK_=1 -DUNICODE=1
  35. !if "$(NTDEBUG)" == "cvp" || "$(NTDEBUG)" == "ntsd"
  36. C_DEFINES=$(C_DEFINES) -DEFI_DEBUG=1
  37. !ENDIF
  38. UMTYPE=console
  39. DLLDEF=
  40. W32_SB=1
  41. SOURCES_USED=..\sources.inc
  42. NTTARGETFILES=$(O)\$(TARGETNAME).efi