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.

21 lines
464 B

  1. SOURCES_USED=..\sources.inc
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. FWPF=-DFWPF=1 -DSYNCHECK_ENABLED=0 -DLOOKUPROUTE=1 -DWILDHASH=1
  5. C_DEFINES=$(C_DEFINES) -D_NTDRIVER_ -DNT -DFWPF=1 -DSTEELHEAD=0 $(FWPF)
  6. USE_MSVCRT=1
  7. TARGETLIBS=\
  8. $(DDK_LIB_PATH)\tcpip.lib \
  9. $(DDK_LIB_PATH)\ndis.lib \
  10. INCLUDES=..\..\..\inc;$(BASE_INC_PATH)
  11. SOURCES=\
  12. ..\driver.c \
  13. ..\ioctl.c \
  14. ..\ipfltdrv.rc \
  15. ..\logger.c \
  16. ..\match.c