update for HEAD-2003091401
[reactos.git] / lib / rpcrt4 / tests / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_NORC = yes
6
7 TARGET_TYPE = program
8
9 TARGET_APPTYPE = console
10
11 # require os code to explicitly request A/W version of structs/functions
12 TARGET_CFLAGS += -D_DISABLE_TIDENTS -D__USE_W32API
13
14 TARGET_NAME = rpcrt4_test
15
16 TARGET_GCCLIBS = rpcrt4 msvcrt
17
18 TARGET_OBJECTS = \
19 rpc.o \
20 testlist.o
21
22 include $(PATH_TO_TOP)/rules.mak
23
24 include $(TOOLS_PATH)/helper.mk
25
26 # EOF