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.

56 lines
929 B

  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. !ENDIF
  12. TARGETNAME=setupcl
  13. TARGETPATH=obj
  14. TARGETTYPE=PROGRAM
  15. !undef BUFFER_OVERFLOW_CHECKS
  16. OPK_BINPLACE_ARCH=1
  17. !INCLUDE $(PROJECT_ROOT)\ntsetup\opktools\sources.inc
  18. !IF $(IA64)
  19. C_DEFINES=$(C_DEFINES) -DEFI_NVRAM_ENABLED
  20. INCLUDES=$(INCLUDES); \
  21. $(PROJECT_ROOT)\ntsetup\bootent; \
  22. $(PROJECT_ROOT)\ntsetup\bootent\efi; \
  23. $(PROJECT_ROOT)\ntos\inc; \
  24. $(BASE_INC_PATH);
  25. TARGETLIBS=\
  26. $(PROJECT_ROOT)\ntsetup\bootent\efi\$(O)\bootent.lib
  27. !ENDIF
  28. SOURCES=\
  29. setupcl.c \
  30. utils.c \
  31. fileacl.c \
  32. res.rc \
  33. msg.mc
  34. UMTYPE=ntss
  35. COFFBASE=smss