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.

64 lines
1.4 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. 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. NT_UP=0
  15. MAJORCOMP=utils
  16. MINORCOMP=autochk
  17. TARGETNAME=autochk
  18. TARGETPATH=obj
  19. TARGETTYPE=PROGRAM
  20. MSC_WARNING_LEVEL=/W3 /WX
  21. SOURCES=\
  22. ..\autochk.cxx \
  23. ..\autochk.rc
  24. INCLUDES=\
  25. $(PROJECT_ROOT)\fs\utils\ntlib\src;\
  26. $(PROJECT_ROOT)\fs\utils\ntlib\src\$(ALT_PROJECT);\
  27. $(PROJECT_ROOT)\fs\utils\ntlib\src\$(ALT_PROJECT)\$(O);\
  28. $(PROJECT_ROOT)\fs\utils\ulib\inc;\
  29. $(PROJECT_ROOT)\fs\utils\ifsutil\inc;\
  30. $(PROJECT_ROOT)\fs\utils\ufat\inc;\
  31. $(PROJECT_ROOT)\fs\utils\untfs\inc
  32. C_DEFINES=-DCONDITION_HANDLING=1 -D_AUTOCHECK_ -DUNICODE=1
  33. !IF defined(CHKDSK_PRE_RELEASE_NOTICE)
  34. C_DEFINES=$(C_DEFINES) /DPRE_RELEASE_NOTICE
  35. !ENDIF
  36. TARGETLIBS=\
  37. $(PROJECT_ROOT)\fs\utils\ntlib\src\$(ALT_PROJECT)\$(O)\ntlib.lib \
  38. $(PROJECT_LIB_PATH)\patchbc.lib
  39. UMTYPE=nt
  40. USE_NTDLL=1
  41. W32_SB=1
  42. SOURCES_USED=..\sources.inc
  43. BUFFER_OVERFLOW_CHECKS=NTDLL