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.

59 lines
1.0 KiB

  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. # Stuff for BoundsChecker build support
  17. #
  18. !IF "$(BCHECKER)" == ""
  19. BCHECKER=$(HOMEDRIVE)\Progra~1\NuMega\Bounds~1
  20. !ENDIF
  21. PATH=$(BCHECKER);$(PATH)
  22. SUBSTITUTE_386_CC=nmcl.exe
  23. NTDEBUGTYPE=both
  24. USE_PDB=1
  25. #
  26. # NT support requires HID too (for SetupApi)
  27. #
  28. USE_CRTDLL=1
  29. C_DEFINES=$(C_DEFINES) -DHID_SUPPORT -DUNICODE
  30. !include ..\sources.inc
  31. SOURCES_USED = $(SOURCES_USED) ..\sources.inc
  32. TARGETLIBS=$(TARGETLIBS) \
  33. $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
  34. $(BCHECKER)\bcinterf.lib \
  35. !ifndef MAKEDLL
  36. !if "$(__PRODUCT)" == "DX8"
  37. MISCFILES=$(TARGET)
  38. !endif
  39. !endif