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.

90 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. TARGETNAME=boot
  15. TARGETPATH=obj
  16. TARGETTYPE=LIBRARY
  17. !IF "$(BUILD_DEBUG_LOADER)" != ""
  18. !include $(PROJECT_ROOT)\boot\loader_dbg.inc
  19. !ELSE
  20. !include $(PROJECT_ROOT)\boot\loader.inc
  21. !ENDIF
  22. INCLUDES= \
  23. $(SDK_INC_PATH);\
  24. $(PROJECT_ROOT)\boot\inc;\
  25. $(DS_INC_PATH);\
  26. $(DS_INC_PATH)\crypto;\
  27. $(PROJECT_ROOT)\hals;\
  28. $(PROJECT_ROOT)\hals\inc;\
  29. $(PROJECT_ROOT)\ntos\inc;\
  30. $(PROJECT_ROOT)\fs\fastfat;\
  31. $(PROJECT_ROOT)\fs\cdfs;\
  32. $(PROJECT_ROOT)\fs\udfs;\
  33. $(PROJECT_ROOT)\fs\ntfs;\
  34. $(PROJECT_ROOT)\ntos\config;\
  35. ..\$(TARGET_DIRECTORY);\
  36. $(DDK_INC_PATH);\
  37. $(HALKIT_INC_PATH);
  38. !IF 0
  39. NOTE : To force CD/DVD boot while starting setupldr from harddisk use
  40. FORCE_CD_BOOT
  41. C_DEFINES=$(C_DEFINES) -DFORCE_CD_BOOT
  42. !ENDIF
  43. MSC_WARNING_LEVEL=/W3 /WX
  44. SOURCES=..\arcdisk.c \
  45. ..\blmemory.c \
  46. ..\blbind.c \
  47. ..\blconfig.c \
  48. ..\blgpt.c \
  49. ..\blio.c \
  50. ..\blload.c \
  51. ..\blres.c \
  52. ..\debug.c \
  53. ..\etfsboot.c \
  54. ..\fatboot.c \
  55. ..\ntfsboot.c \
  56. ..\cdfsboot.c \
  57. ..\udfsboot.c \
  58. ..\netboot.c \
  59. ..\nlsboot.c \
  60. ..\parseini.c \
  61. ..\hdlsterm.c \
  62. ..\peldr.c \
  63. ..\bllog.c \
  64. ..\blmisc.c \
  65. ..\blcache.c \
  66. ..\blrange.c \
  67. ..\vmode.c \
  68. ..\vga.c \
  69. ..\blsecret.c \
  70. ..\blstring.c \
  71. ..\ramdisk.c