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
482 B

  1. TARGETNAME=ndisuio
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. C_DEFINES=$(C_DEFINES) -DNDIS50=1 -DNDIS_WDM=1 -DNDIS51=1
  5. # C_DEFINES=$(C_DEFINES) -DDBG_SPIN_LOCK=1
  6. # C_DEFINES=$(C_DEFINES) -DWIN9X=1
  7. # MSC_WARNING_LEVEL=/W4
  8. PRECOMPILED_INCLUDE=precomp.h
  9. PRECOMPILED_PCH=precomp.pch
  10. PRECOMPILED_OBJ=precomp.obj
  11. USE_MAPSYM=1
  12. TARGETLIBS=\
  13. $(DDK_LIB_PATH)\ndis.lib
  14. SOURCES=\
  15. ndisuio.rc \
  16. ntdisp.c \
  17. ndisbind.c \
  18. recv.c \
  19. send.c \
  20. debug.c