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.

80 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. 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=bldr
  16. !include $(PROJECT_ROOT)\boot\loader.inc
  17. TARGETNAME=oscldr
  18. TARGETPATH=obj
  19. TARGETTYPE=LIBRARY
  20. INCLUDES= \
  21. ..\inc;\
  22. $(PROJECT_ROOT)\ntos\inc;\
  23. $(PROJECT_ROOT)\ntos\config;\
  24. ..\lib\$(TARGET_DIRECTORY);\
  25. $(O)
  26. C_DEFINES=$(C_DEFINES) -DSECURITY_WIN32 -D__RPC_DOS__ -DRPC_NO_WINDOWS_H
  27. !IF $(IA64)
  28. C_DEFINES=$(C_DEFINES) -DEFI -DUNICODE -D_UNICODE
  29. !endif
  30. SOURCES=oschoice.c \
  31. parse.c \
  32. regboot.c \
  33. dcmpstub.c \
  34. oscheap.c \
  35. $(O)\msg.mc\
  36. oschoice.rc
  37. IA64_SOURCES=ia64\initia64.c
  38. I386_SOURCES=i386\initx86.c
  39. PASS0_SOURCEDIR=$(O)
  40. PASS0_HEADERDIR=$(O)
  41. MC_FLAGS=-A
  42. NTTARGETFILE0=$(O)\msg.mc
  43. !if "$(NOLINK)" != "1"
  44. !if $(386)
  45. NTTARGETFILES=$(O)\oschoice.exe
  46. !endif
  47. !if $(IA64)
  48. NTTARGETFILES=$(O)\oschoice.efi
  49. !endif
  50. MISCFILES=$(NTTARGETFILES)
  51. !endif
  52. UMRES=$(O)\oschoice.res