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.

87 lines
1.9 KiB

  1. !IF 0
  2. Copyright (c) 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. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=ntos
  15. MINORCOMP=boot
  16. !IF "$(BUILD_DEBUG_LOADER)" != ""
  17. !include $(PROJECT_ROOT)\boot\loader_dbg.inc
  18. !ELSE
  19. !include $(PROJECT_ROOT)\boot\loader.inc
  20. !ENDIF
  21. TARGETNAME=efi
  22. TARGETPATH=obj
  23. TARGETTYPE=LIBRARY
  24. INCLUDES= \
  25. $(SDK_INC_PATH);\
  26. $(DS_INC_PATH)\crypto;\
  27. $(PROJECT_ROOT)\hals;\
  28. $(PROJECT_ROOT)\hals\inc;\
  29. ..\inc;\
  30. ..\..\inc;\
  31. $(PROJECT_ROOT)\ntos\inc;\
  32. $(PROJECT_ROOT)\fs\fastfat;\
  33. $(PROJECT_ROOT)\fs\cdfs;\
  34. $(PROJECT_ROOT)\fs\udfs;\
  35. $(PROJECT_ROOT)\fs\cntfs;\
  36. $(PROJECT_ROOT)\ntos\config;\
  37. ..\$(TARGET_DIRECTORY);\
  38. $(DDK_INC_PATH);\
  39. $(HALKIT_INC_PATH)
  40. MSC_WARNING_LEVEL=/W4 /WX
  41. !if defined(LINK_TIME_CODE_GENERATION)
  42. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /wd4702
  43. !ENDIF
  44. !IF $(IA64)
  45. INCLUDES = $(INCLUDES);..\..\lib\$(TARGET_DIRECTORY);..\inc\$(TARGET_DIRECTORY)
  46. !ENDIF
  47. !IF 0
  48. NOTE : To force CD/DVD boot while starting setupldr from harddisk use
  49. FORCE_CD_BOOT
  50. C_DEFINES=$(C_DEFINES) -DFORCE_CD_BOOT -DEFI
  51. !ENDIF
  52. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DEFI
  53. SOURCES=..\arcemul.c \
  54. ..\acpidtct.c \
  55. ..\arctree.c \
  56. ..\biosdrv.c \
  57. ..\display.c \
  58. ..\efidisp.c \
  59. ..\efiutil.c \
  60. ..\entry.c \
  61. ..\envvar.c \
  62. ..\exp.c \
  63. ..\input.c \
  64. ..\port.c \
  65. ..\sumain.c \
  66. ..\netboot2.c