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.

14 lines
244 B

  1. TARGETNAME=ne2000
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER -DNE2000
  5. PRECOMPILED_INCLUDE=precomp.h
  6. TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
  7. SOURCES=\
  8. card.c \
  9. interrup.c \
  10. ne2000.c \
  11. ne2000.rc