Files
reactos/reactos/lib/iphlpapi/makefile
Art Yerkes f968d716fa Converted registry functions to unicode.
HeapFree -> RtlFreeHeap and similar.
Populated resinfo_reactos.  We will now pull the nameservers from the
primary list in Services\Tcpip\Parameters, as well as from per-adapter
lists.

svn path=/trunk/; revision=11814
2004-11-26 00:32:59 +00:00

24 lines
418 B
Makefile

# $Id: makefile
PATH_TO_TOP = ../..
TARGET_TYPE = winedll
TARGET_NAME = iphlpapi
TARGET_BASE = 0x777c0000
TARGET_CFLAGS += -DYDEBUG -DUNICODE -D_UNICODE -D__USE_W32API -D__REACTOS__ -Wall -Werror -DDBG
# -D_WIN32_WINNT=0x0500
TARGET_SDKLIBS = rtl.a ntdll.a kernel32.a ws2_32.a
DEP_OBJECTS = $(TARGET_OBJECTS)
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
include $(TOOLS_PATH)/depend.mk