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.

65 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 1989-2001 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=seclist
  15. TARGETPATH=obj
  16. TARGETTYPE=PROGRAM
  17. SOURCES= \
  18. seclist.cxx \
  19. seclist.rc
  20. USE_MSVCRT=1
  21. INCLUDES= \
  22. ..; \
  23. $(PROJECT_ROOT)\fs\utils\ulib\inc; \
  24. $(PROJECT_ROOT)\fs\utils\ifsutil\inc; \
  25. $(PROJECT_ROOT)\fs\utils\ufat\inc;\
  26. $(DDK_INC_PATH)
  27. C_DEFINES=-DUNICODE=1 -DNOMINMAX
  28. !if $(FREEBUILD)
  29. C_DEFINES=$(C_DEFINES) /DDBG=0
  30. !else
  31. C_DEFINES=$(C_DEFINES) /DDBG=1
  32. !IFNDEF NOMEMLEAK
  33. C_DEFINES=$(C_DEFINES) /DMEMLEAK
  34. !ENDIF
  35. !IFDEF STACK_TRACE
  36. C_DEFINES=$(C_DEFINES) /DSTACK_TRACE
  37. !ENDIF
  38. !ENDIF
  39. TARGETLIBS= \
  40. $(PROJECT_ROOT)\fs\utils\ulib\src\$(ALT_PROJECT)\$(O)\ulib.lib \
  41. $(PROJECT_ROOT)\fs\utils\ifsutil\src\$(ALT_PROJECT)\$(O)\ifsutil.lib \
  42. $(PROJECT_ROOT)\fs\utils\ufat\src\$(ALT_PROJECT)\$(O)\ufat.lib \
  43. $(SDK_LIB_PATH)\ntdll.lib
  44. UMTYPE=console
  45. W32_SB=1
  46. SOURCES_USED=..\sources.inc