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.
18 lines
293 B
18 lines
293 B
TARGETNAME=ipfltdrv
|
|
!include ..\sources.inc
|
|
|
|
NT_UP=0
|
|
|
|
!if 0
|
|
UMAPPL=filtest
|
|
UMTYPE=console
|
|
UMRES=$(O)\ipfltdrv.res
|
|
UMLIBS=\
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\wsock32.lib
|
|
|
|
!if $(386)
|
|
UMLIBS= $(UMLIBS) \
|
|
$(SDK_LIB_PATH)\BufferOverflowU.lib
|
|
!endif
|
|
!endif
|