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.

74 lines
1.4 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. 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=setupldr
  16. !IF "$(BUILD_DEBUG_LOADER)" != ""
  17. DBG_LDR=_dbg
  18. !ELSE
  19. DBG_LDR=
  20. !ENDIF
  21. !include $(PROJECT_ROOT)\boot\loader$(DBG_LDR).inc
  22. TARGETNAME=setupldr
  23. TARGETPATH=obj
  24. TARGETTYPE=LIBRARY
  25. MSC_WARNING_LEVEL=/W4 /WX
  26. INCLUDES=\
  27. $(PROJECT_ROOT)\boot\inc;\
  28. $(PROJECT_ROOT)\ntos\inc;\
  29. $(PROJECT_ROOT)\ntos\config;\
  30. $(PROJECT_ROOT)\ntos\nthals;\
  31. $(PROJECT_ROOT)\fs\fastfat;\
  32. $(PROJECT_ROOT)\fs\udfs;\
  33. ..;\
  34. $(O)
  35. !IF 0
  36. NOTE : To force CD/DVD boot while starting setupldr from harddisk use
  37. FORCE_CD_BOOT
  38. C_DEFINES=$(C_DEFINES) -DFORCE_CD_BOOT
  39. !ENDIF
  40. SOURCES=..\arcdisp.c \
  41. ..\config.c \
  42. ..\decomp.c \
  43. ..\oemdisk.c \
  44. ..\setup.c \
  45. $(O)\msgs.mc \
  46. ..\setupldr.rc
  47. PASS0_HEADERDIR=$(O)
  48. PASS0_SOURCEDIR=$(O)
  49. NTTARGETFILE0=$(O)\msgs.mc
  50. !IF $(386)
  51. MC_FLAGS=-A
  52. !ENDIF
  53. UMRES=$(O)\setupldr.res