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.

20 lines
338 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=dd
  3. TARGETNAME=mouhid
  4. TARGETTYPE=DRIVER
  5. TARGETPATH=obj
  6. MCS_WARNING_LEVEL= /W3 /WX
  7. INCLUDES=..\..\inc
  8. TARGETLIBS= $(DDK_LIB_PATH)\hidparse.lib
  9. SOURCES= mouhidm.mc \
  10. mouhid.rc \
  11. mouhid.c \
  12. pnp.c \
  13. read.c \
  14. creatcls.c \
  15. wmi.c