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.

39 lines
838 B

  1. !IF 0
  2. Copyright (c) 1989-1998 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. Jim Geist (JimGe) 29-Aug-97
  12. NOTE: Commented description of this file is in \nt\oak\bin\sources.tpl
  13. !ENDIF
  14. #
  15. # Stuff for BoundsChecker build support
  16. #
  17. !IF "$(BCHECKER)" == ""
  18. BCHECKER=$(HOMEDRIVE)\Progra~1\NuMega\Bounds~1
  19. !ENDIF
  20. PATH=$(BCHECKER);$(PATH)
  21. SUBSTITUTE_386_CC=nmcl.exe
  22. NTDEBUGTYPE=both
  23. USE_PDB=1
  24. !include ..\sources.inc
  25. TARGETLIBS=$(TARGETLIBS) \
  26. $(BCHECKER)\bcinterf.lib \