Remove unused file
[reactos.git] / reactos / drivers / net / wshtcpip / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = dynlink
6
7 TARGET_NAME = wshtcpip
8
9 TARGET_BASE = 0x777c0000
10
11 TARGET_CFLAGS = -DUNICODE -D__USE_W32API -Werror -Wall
12
13 TARGET_SDKLIBS = ntdll.a kernel32.a ws2_32.a
14
15 TARGET_OBJECTS = $(TARGET_NAME).o
16
17 include $(PATH_TO_TOP)/rules.mak
18
19 include $(TOOLS_PATH)/helper.mk