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.

26 lines
496 B

  1. TARGETNAME=tunmp
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER -DNDIS51_MINIPORT=1 -DNDIS_WDM=1 -DBINARY_COMPATIBLE=0
  5. C_DEFINES=$(C_DEFINES) -DTUN_ALLOW_ANY_MAC_ADDRESS=1
  6. # C_DEFINES=$(C_DEFINES) -DDBG_SPIN_LOCK=1
  7. USE_MAPSYM=1
  8. TARGETLIBS=\
  9. $(DDK_LIB_PATH)\ndis.lib
  10. INCLUDES=$(BASE_INC_PATH)
  11. SOURCES=\
  12. globals.c\
  13. tunmp.c \
  14. request.c \
  15. recv.c \
  16. send.c \
  17. debug.c \
  18. tunf.c \
  19. tunsd.c \
  20. tunmp.rc