Windows NT 4.0 source code leak
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.

56 lines
1014 B

4 years ago
  1. !if 0
  2. Copyright (C) 1992-1995 by Digital Equipment Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the MADGE NDIS3 miniport driver being built
  7. and the list of sources files needed to build it.
  8. It specifies also the compiler switches specific to this driver
  9. Author:
  10. !endif
  11. TARGETNAME=MDGMPORT
  12. TARGETTYPE=DRIVER
  13. TARGETPATH=$(BASEDIR)\public\sdk\lib
  14. TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\ndis.lib
  15. INCLUDES=.;..\..\..\inc;HEAD_DEF;HEAD_MOD;INC
  16. C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER=1
  17. MSC_WARNING_LEVEL=/W3 /WX
  18. SOURCES=madge.c \
  19. dispatch.c \
  20. request.c \
  21. ftk_user.c \
  22. mdgmport.rc \
  23. sys_allo.c \
  24. sys_dma.c \
  25. sys_irq.c \
  26. sys_mem.c \
  27. sys_time.c \
  28. hwi_gen.c \
  29. hwi_at.c \
  30. hwi_sm16.c \
  31. hwi_eisa.c \
  32. hwi_mc.c \
  33. hwi_pci.c \
  34. hwi_pcmc.c \
  35. hwi_pnp.c \
  36. hwi_pcit.c \
  37. hwi_pci2.c \
  38. drv_err.c \
  39. drv_srb.c \
  40. drv_irq.c \
  41. drv_init.c \
  42. util.c
  43. NTTARGETFILES=mdgmport.bin