migrate substitution keywords to SVN
[reactos.git] / reactos / lib / wininet / Makefile
1 # $Id$
2
3 PATH_TO_TOP = ../..
4
5 TARGET_TYPE = dynlink
6
7 TARGET_NAME = wininet
8
9 TARGET_BASE = $(TARGET_BASE_LIB_WININET)
10
11 # require os code to explicitly request A/W version of structs/functions
12 TARGET_CFLAGS += -Wall -Werror
13
14 TARGET_SDKLIBS = kernel32.a ntdll.a
15
16 TARGET_OBJECTS = stubs.o
17
18 TARGET_NORC = yes
19
20 DEP_OBJECTS = $(TARGET_OBJECTS)
21
22 include $(PATH_TO_TOP)/rules.mak
23
24 include $(TOOLS_PATH)/helper.mk
25
26 include $(TOOLS_PATH)/depend.mk