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.

50 lines
742 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=dd
  3. TARGETNAME=GrClass
  4. TARGETTYPE=DRIVER
  5. DRIVERTYPE=WDM
  6. TARGETPATH=obj
  7. TARGETLIBS=$(DDK_LIB_PATH)\smclib.lib \
  8. $(DDK_LIB_PATH)\usbd.lib
  9. # add compilation definition
  10. C_DEFINES=-DWDM_KERNEL -DUSB_DEVICE -DUSBREADER_PROJECT
  11. INCLUDES=..\inc;
  12. USE_MAPSYM = 1
  13. MSC_WARNING_LEVEL= /W3 /WX
  14. SOURCES=grclass.rc \
  15. gemlog.mc \
  16. driver.cpp\
  17. gemcore.cpp \
  18. kernel.cpp \
  19. LVprot.cpp \
  20. \
  21. usbdev.cpp \
  22. usbreader.cpp \
  23. \
  24. interface.cpp \
  25. iopack.cpp \
  26. protocol.cpp \
  27. smartcard.cpp \
  28. thread.cpp \
  29. \
  30. wdmdebug.cpp \
  31. wdmevent.cpp \
  32. wdmint.cpp \
  33. wdmirp.cpp \
  34. wdmlock.cpp \
  35. wdmlog.cpp \
  36. wdmmem.cpp \
  37. wdmpower.cpp \
  38. wdmsem.cpp \
  39. wdmsys.cpp \
  40. wdmtimer.cpp