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.

54 lines
935 B

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. Uses ..\dinput.inc to do the real work.
  7. Author:
  8. RaymondC
  9. History:
  10. Date By Reason
  11. ==== == ======
  12. 1996- RaymondC first version
  13. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  14. !ENDIF
  15. #
  16. # NT support requires HID too (for SetupApi)
  17. #
  18. #
  19. # Stuff for BoundsChecker build support
  20. #
  21. !IF "$(BCHECKER)" == ""
  22. BCHECKER=$(HOMEDRIVE)\Progra~1\NuMega\Bounds~1
  23. !ENDIF
  24. PATH=$(BCHECKER);$(PATH)
  25. SUBSTITUTE_386_CC=nmcl.exe
  26. NTDEBUGTYPE=both
  27. USE_PDB=1
  28. !include ..\sources.inc
  29. TARGETLIBS=$(TARGETLIBS) \
  30. $(BCHECKER)\bcinterf.lib \
  31. SOURCES_USED = $(SOURCES_USED) ..\sources.inc
  32. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  33. !ifndef MAKEDLL
  34. !if "$(__PRODUCT)" == "DX7"
  35. MISCFILES=$(TARGET)
  36. !endif
  37. !endif