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.

34 lines
903 B

  1. TARGETNAME=IsdnWan
  2. TARGETTYPE=DRIVER
  3. TARGETPATH=obj$(BUILD_ALT_DIR)\$(Cpu)
  4. TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
  5. DRIVER_ALIGNMENT=0x200
  6. C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER=1 -DNDIS40_MINIPORT=1
  7. C_DEFINES=$(C_DEFINES) -DBINARY_COMPATIBLE
  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. Link.c \
  17. Miniport.c \
  18. Port.c \
  19. Receive.c \
  20. Request.c \
  21. TpiDebug.c\
  22. TpiMem.c\
  23. TpiParam.c\
  24. Transmit.c \
  25. Tspi.c \
  26. TspiAddr.c \
  27. TspiCall.c \
  28. TspiDev.c \
  29. TspiLine.c