Generate proxy makefiles in output tree.
[reactos.git] / reactos / lib / iprtprio / makefile
1 # $Id: makefile
2
3 PATH_TO_TOP = ../..
4
5 TARGET_TYPE = dynlink
6
7 TARGET_NAME = iprtprio
8
9 TARGET_BASE = $(TARGET_BASE_LIB_IPRTPRIO)
10
11 TARGET_CFLAGS = -DUNICODE
12
13 # require os code to explicitly request A/W version of structs/functions
14 TARGET_CFLAGS += -D_DISABLE_TIDENTS
15
16 TARGET_SDKLIBS = ntdll.a kernel32.a
17
18 TARGET_OBJECTS = $(TARGET_NAME).o
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
27