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.

29 lines
772 B

  1. TARGETNAME=CoIsdn
  2. TARGETTYPE=DRIVER
  3. TARGETPATH=obj$(BUILD_ALT_DIR)
  4. TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
  5. DRIVER_ALIGNMENT=0x200
  6. C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER=1 -DNDIS50_MINIPORT=1
  7. C_DEFINES=$(C_DEFINES) -DNDIS_TAPI_CURRENT_VERSION=0x00030000
  8. C_DEFINES=$(C_DEFINES) -DSAMPLE_DRIVER=1
  9. MSC_WARNING_LEVEL=/W3 /WX
  10. SOURCES= $(TARGETNAME).rc \
  11. Adapter.c \
  12. BChannel.c \
  13. Card.c \
  14. DChannel.c \
  15. Interupt.c \
  16. Miniport.c \
  17. Port.c \
  18. Receive.c \
  19. Request.c \
  20. TpiDebug.c\
  21. TpiMem.c\
  22. TpiParam.c\
  23. Transmit.c \
  24. CallMgr.c