55c9ad94b2f6ca37d938002ff772de1fa9bfb4dd
[reactos.git] / rosapps / tests / dnsquery / makefile
1
2 PATH_TO_TOP = ../../../reactos
3
4 TARGET_NORC = yes
5
6 TARGET_TYPE = program
7
8 TARGET_APPTYPE = console
9
10 TARGET_NAME = dnsquery
11
12 TARGET_SDKLIBS = dnsapi.a ws2_32.a kernel32.a
13
14 TARGET_OBJECTS = $(TARGET_NAME).o
15
16 TARGET_CFLAGS = -D__USE_W32API -Wall -Werror -g
17
18 include $(PATH_TO_TOP)/rules.mak
19
20 include $(TOOLS_PATH)/helper.mk
21
22 # EOF