Converted registry functions to unicode.
[reactos.git] / reactos / lib / iphlpapi / Makefile.ros-template
1 # $Id: Makefile.ros-template,v 1.3 2004/11/26 00:32:59 arty Exp $
2
3 TARGET_NAME = iphlpapi
4
5 TARGET_OBJECTS = @C_SRCS@
6
7 TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
8
9 TARGET_SDKLIBS = @IMPORTS@ libwine.a advapi32.a kernel32.a ws2_32.a wine_uuid.a ntdll.a rtl.a
10
11 TARGET_BASE = $(TARGET_BASE_LIB_IPHLPAPI)
12
13 TARGET_RC_SRCS = @RC_SRCS@
14 TARGET_RC_BINSRC = @RC_BINSRC@
15 TARGET_RC_BINARIES = @RC_BINARIES@
16
17 default: all
18
19 DEP_OBJECTS = $(TARGET_OBJECTS)
20
21 include $(TOOLS_PATH)/depend.mk