Source code of Windows XP (NT5)
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.

44 lines
842 B

  1. TARGETNAME=e100bex
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. INCLUDES=..;.;
  5. C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER -DNDIS51_MINIPORT=1
  6. # if define LBFO then undefine OFFLOAD
  7. # if define OFFLOAD then undefine LBFO, LBFO and OFFLOAD cannot both be defined
  8. # default LBFO and OFFLOAD are not defined
  9. #C_DEFINES=$(C_DEFINES) -DLBFO=1
  10. #C_DEFINES=$(C_DEFINES) -DOFFLOAD
  11. C_DEFINES=$(C_DEFINES) -DUSE_SEND_RCV_LOCKS
  12. PRECOMPILED_INCLUDE=..\precomp.h
  13. PRECOMPILED_PCH=precomp.pch
  14. PRECOMPILED_OBJ=precomp.obj
  15. TARGETLIBS= \
  16. $(DDK_LIB_PATH)\ndis.lib \
  17. ..\private\*\mp_pm.lib
  18. SOURCES = \
  19. ..\mp_main.c \
  20. ..\offload.c \
  21. ..\mp_init.c \
  22. ..\mp_req.c \
  23. ..\mp_nic.c \
  24. ..\mp_dbg.c \
  25. ..\eeprom.c \
  26. ..\physet.c \
  27. ..\routines.c \
  28. ..\e100.rc \
  29. ..\e100.mof
  30. NTTARGETFILE0=$(O)\e100_wmi.h