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.

60 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989-2000 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. !ENDIF
  11. TARGETNAME=bd
  12. TARGETPATH=obj
  13. TARGETTYPE=LIBRARY
  14. !IF "$(BUILD_DEBUG_LOADER)" != ""
  15. !include $(PROJECT_ROOT)\boot\loader_dbg.inc
  16. !ELSE
  17. !include $(PROJECT_ROOT)\boot\loader.inc
  18. !ENDIF
  19. INCLUDES=\
  20. ..;\
  21. ..\..\inc;\
  22. ..\..\lib;\
  23. $(PROJECT_ROOT)\ntos\inc;\
  24. $(PROJECT_ROOT)\ntos\ke;\
  25. ..\$(TARGET_DIRECTORY);\
  26. $(PROJECT_ROOT)\fs\fastfat;\
  27. $(PROJECT_ROOT)\fs\cdfs;\
  28. $(PROJECT_ROOT)\fs\udfs;\
  29. $(PROJECT_ROOT)\fs\ntfs;\
  30. $(SDKTOOLS_INC_PATH)
  31. SOURCES=..\break.c \
  32. ..\comio.c \
  33. ..\data.c \
  34. ..\dbgio.c \
  35. ..\file.c \
  36. ..\init.c \
  37. ..\message.c \
  38. ..\move.c \
  39. ..\poll.c \
  40. ..\xxapi.c
  41. !IF $(IA64)
  42. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DEFI
  43. !endif
  44. PRECOMPILED_INCLUDE=..\bd.h
  45. PRECOMPILED_PCH=bd.pch
  46. PRECOMPILED_OBJ=bd.obj