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.

26 lines
410 B

  1. TARGETNAME=nscirda
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER -DNDIS50_MINIPORT -DIRDA
  5. DRIVER_ALIGNMENT=0x200
  6. TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
  7. INCLUDES=
  8. SOURCES=\
  9. irql.c \
  10. dmautil.c \
  11. comm.c \
  12. convert.c \
  13. dongle.c \
  14. fcs.c \
  15. init.c \
  16. nsc.c \
  17. nscfir.c \
  18. nscirda.rc \
  19. request.c \
  20. resource.c \
  21. settings.c \
  22. sync.c