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.

36 lines
609 B

  1. TARGETNAME=e100bex
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. INCLUDES=..;.;
  5. C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER -DNDIS50_MINIPORT -DLBFO=1
  6. C_DEFINES=$(C_DEFINES) -D_WIN2K_COMPAT_SLIST_USAGE=1
  7. PRECOMPILED_INCLUDE=..\precomp.h
  8. PRECOMPILED_PCH=precomp.pch
  9. PRECOMPILED_OBJ=precomp.obj
  10. TARGETLIBS= \
  11. $(DDK_LIB_PATH)\ndis.lib \
  12. ..\private\*\mp_pm.lib
  13. SOURCES = \
  14. ..\mp_main.c \
  15. ..\mp_init.c \
  16. ..\mp_req.c \
  17. ..\mp_nic.c \
  18. ..\mp_dbg.c \
  19. ..\eeprom.c \
  20. ..\physet.c \
  21. ..\routines.c \
  22. ..\e100.rc \
  23. ..\e100.mof
  24. NTTARGETFILE0=$(O)\e100_wmi.h