update for HEAD-2003091401
[reactos.git] / lib / rpcrt4 / Makefile
1
2 PATH_TO_TOP = ../..
3
4 TARGET_TYPE = dynlink
5
6 TARGET_NAME = rpcrt4
7
8 TARGET_BASE=0x76380000
9
10 # require os code to explicitly request A/W version of structs/functions
11 TARGET_CFLAGS += -D_DISABLE_TIDENTS -D__USE_W32API
12
13 TARGET_SDKLIBS = ntdll.a winedbgc.a
14
15 TARGET_OBJECTS = \
16 rpcrt4_main.o
17
18 include $(PATH_TO_TOP)/rules.mak
19
20 include $(TOOLS_PATH)/helper.mk