mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
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
24 lines
418 B
Makefile
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
|
|
|