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.
22 lines
287 B
22 lines
287 B
TARGETNAME=ipfw
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
UMENTRY=main
|
|
UMTYPE=console
|
|
UMAPPL=ipfwc
|
|
|
|
USE_MSVCRT=1
|
|
|
|
UMLIBS=\
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|
|
!if $(386)
|
|
UMLIBS= $(UMLIBS) \
|
|
$(SDK_LIB_PATH)\BufferOverflowU.lib
|
|
!endif
|
|
|
|
SOURCES=\
|
|
ipfw.c \
|
|
ipfw.rc
|
|
|