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.2 KiB

  1. !ifndef DXROOT
  2. DXROOT=$(BASEDIR)\MultiMedia\DirectX
  3. !endif
  4. !INCLUDE $(DXROOT)\Project.mk
  5. MAJORCOMP=windows
  6. MINORCOMP=media
  7. UMTYPE=windows
  8. TARGETNAME=pid
  9. TARGETTYPE=DYNLINK
  10. TARGETPATH=obj
  11. !ifndef DXROOT
  12. DXROOT=..\..
  13. !endif
  14. INCLUDES=$(INCLUDES); \
  15. ..\; \
  16. $(DXROOT)\inc;\
  17. NTTARGETFILES=
  18. #
  19. # 04/10/2000 - allows for addition of BoundsChecker, etc
  20. # libs specified in the OS environment
  21. #
  22. TARGETLIBS=$(TARGETLIBS) \
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\advapi32.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\hid.lib \
  27. $(SDK_LIB_PATH)\uuid.lib \
  28. DLLENTRY=DllEntryPoint
  29. LINKER_FLAGS=-SECTION:share,RWS
  30. SOURCES= \
  31. ..\pid.rc \
  32. ..\assert.c \
  33. ..\clsfact.c \
  34. ..\dimem.c \
  35. ..\effdrv.c \
  36. ..\guids.c \
  37. ..\main.c \
  38. ..\pidHid.c \
  39. ..\pidOp.c \
  40. ..\pidParam.c \
  41. ..\pideff.c \
  42. ..\pidinit.c \
  43. ..\pidreg.c \
  44. ..\pidrd.c \
  45. ..\usgtxt.c \
  46. DLLDEF=..\pid.def
  47. PRECOMPILED_INCLUDE=..\PIDpr.h
  48.