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.

41 lines
896 B

  1. TARGETNAME=GcKernel
  2. TARGETTYPE=DRIVER
  3. DRIVERTYPE=WDM
  4. C_DEFINES=/DCOMPILE_FOR_WDM_KERNEL_MODE /DBUILD_WIN2K
  5. MSC_WARNING_LEVEL=-W3 -WX
  6. MSC_OPTIMIZATION=/Ow /O1 /Og /GF
  7. TARGETPATH=obj
  8. INCLUDES= ..\inc;\
  9. ..\controlitemcollection;\
  10. ..\..\..\inc;\
  11. $(DDK_INC_PATH);\
  12. $(WDM_INC_PATH)
  13. TARGETLIBS= $(DDK_LIB_PATH)\hidparse.lib\
  14. ..\controlitemcollection\obj\i386\controlitemcollection.lib
  15. USE_MAPSYM=1
  16. SOURCES= CTRL.c \
  17. CTRL_Ioctl.c \
  18. FLTR.c \
  19. FLTR_PnP.cpp \
  20. internalpoll.c \
  21. GckShell.c \
  22. purecall.c \
  23. RemLock.c \
  24. SetDebugLevel.c \
  25. SWVBEnum.cpp \
  26. SWVB_PnP.cpp \
  27. SWVKBD.cpp \
  28. SwvMouse.cpp \
  29. FilterHooks.cpp \
  30. Filter.cpp \
  31. IrpQueue.cpp \
  32. GcKernel.rc