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.

57 lines
940 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. Frank Yerrace (FrankYe) 03-Jan-96
  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. MAJORCOMP=windows
  25. MINORCOMP=media
  26. TARGETNAME=misc
  27. TARGETPATH=lib
  28. TARGETTYPE=LIBRARY
  29. TARGETLIBS=
  30. INCLUDES=
  31. SOURCES=..\memalloc.c \
  32. C_DEFINES= $(C_DEFINES) -D_WIN32 -DDSBLD_NONSHARED -DDSBLD_EMULONLY -DNot_VxD