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.

48 lines
1.1 KiB

  1. # Copyright (c) 1998-1999, Microsoft Corporation, all rights reserved
  2. #
  3. # sources
  4. # IEEE 1394 ARP module (ARP1394.SYS)
  5. # BUILD command sources file
  6. #
  7. # 11/01/98 JosephJ created.
  8. TARGETNAME=arp1394
  9. TARGETPATH=obj
  10. TARGETTYPE=DRIVER
  11. TARGETLIBS=\
  12. $(DDK_LIB_PATH)\ndis.lib \
  13. $(DDK_LIB_PATH)\tcpip.lib \
  14. $(DS_LIB_PATH)\rsa32k.lib
  15. INCLUDES=..;..\..\..\inc;$(NET_INC_PATH);$(SDK_INC_PATH);($DDK_INC_PATH); \
  16. $(DS_INC_PATH)\crypto;
  17. SOURCES=\
  18. ..\arp1394.rc \
  19. ..\pkt.c \
  20. ..\arp.c \
  21. ..\fake.c \
  22. ..\n13cfg.c \
  23. ..\buf.c \
  24. ..\nt.c \
  25. ..\rm.c \
  26. ..\ioctl.c \
  27. ..\nd.c \
  28. ..\co.c \
  29. ..\ip.c \
  30. ..\cfg.c \
  31. ..\dbg.c \
  32. ..\util.c \
  33. ..\wmi.c \
  34. ..\eth.c \
  35. ..\mcap.c \
  36. ..\md5.c
  37. # merge RSA32K.LIB paged code & data into non-paged sections.
  38. LINKER_FLAGS = $(LINKER_FLAGS) -merge:PAGER32C=.text -merge:PAGER32D=.data -merge:PAGER32R=.rdata
  39. PRECOMPILED_INCLUDE=..\precomp.h
  40. PRECOMPILED_PCH=precomp.pch
  41. PRECOMPILED_OBJ=precomp.obj