Big merge in wine code. This merged version is far more complete than
[reactos.git] / reactos / lib / iphlpapi / makefile
index fc8bb93..8871cad 100644 (file)
@@ -8,11 +8,13 @@ TARGET_NAME = iphlpapi
 
 TARGET_BASE = 0x777c0000
 
-TARGET_CFLAGS = -DUNICODE -D_UNICODE -D__USE_W32API -Wall -Werror
+TARGET_CFLAGS += -DYDEBUG -DUNICODE -D_UNICODE -D__USE_W32API -D__REACTOS__ -D_WIN32_WINNT=0x0500 -Wall 
+#-Werror
 
-TARGET_SDKLIBS = ntdll.a kernel32.a
+TARGET_SDKLIBS = ntdll.a kernel32.a ws2_32.a
 
-TARGET_OBJECTS = $(TARGET_NAME).o registry.o
+TARGET_OBJECTS = iphlpapi_main.o icmp.o iphlpv6.o media.o registry.o \
+       ifenum_reactos.o ipstats_reactos.o resinfo_reactos.o
 
 DEP_OBJECTS = $(TARGET_OBJECTS)