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.

17 lines
293 B

  1. TARGETNAME=ipfltdrv
  2. !include ..\sources.inc
  3. NT_UP=0
  4. !if 0
  5. UMAPPL=filtest
  6. UMTYPE=console
  7. UMRES=$(O)\ipfltdrv.res
  8. UMLIBS=\
  9. $(SDK_LIB_PATH)\ntdll.lib \
  10. $(SDK_LIB_PATH)\wsock32.lib
  11. !if $(386)
  12. UMLIBS= $(UMLIBS) \
  13. $(SDK_LIB_PATH)\BufferOverflowU.lib
  14. !endif
  15. !endif