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.

47 lines
775 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. USE_CRTDLL=1
  19. C_DEFINES=$(C_DEFINES) -DUNICODE
  20. !include ..\sources.inc
  21. SOURCES_USED = $(SOURCES_USED) ..\sources.inc
  22. TARGETLIBS=$(TARGETLIBS) \
  23. $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
  24. !ifndef MAKEDLL
  25. !if "$(__PRODUCT)" == "DX7"
  26. MISCFILES=$(TARGET)
  27. !endif
  28. !endif