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.

34 lines
785 B

  1. TARGETNAME=passthru
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER -DNDIS_WDM=1
  5. C_DEFINES=$(C_DEFINES) -DNDIS51_MINIPORT=1
  6. C_DEFINES=$(C_DEFINES) -DNDIS51=1
  7. # Comment out the two lines above and uncomment the following
  8. # two lines to build for Win2000 or Win98/SE or WinMe
  9. # C_DEFINES=$(C_DEFINES) -DNDIS40_MINIPORT=1
  10. # C_DEFINES=$(C_DEFINES) -DNDIS40=1
  11. # Uncomment the following to build for Win98/SE/WinMe
  12. # This causes several APIs that are not present in Win9X to be
  13. # ifdef'ed out.
  14. # C_DEFINES=$(C_DEFINES) -DWIN9X=1
  15. PRECOMPILED_INCLUDE=precomp.h
  16. PRECOMPILED_PCH=precomp.pch
  17. PRECOMPILED_OBJ=precomp.obj
  18. TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
  19. USE_MAPSYM=1
  20. INCLUDES=
  21. SOURCES=\
  22. miniport.c \
  23. passthru.c \
  24. passthru.rc \
  25. protocol.c