This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / lib / rpcrt4 / tests / makefile
diff --git a/lib/rpcrt4/tests/makefile b/lib/rpcrt4/tests/makefile
new file mode 100644 (file)
index 0000000..e5bb117
--- /dev/null
@@ -0,0 +1,26 @@
+# $Id$
+
+PATH_TO_TOP = ../../..
+
+TARGET_NORC = yes
+
+TARGET_TYPE = program
+
+TARGET_APPTYPE = console
+
+# require os code to explicitly request A/W version of structs/functions
+TARGET_CFLAGS += -D_DISABLE_TIDENTS -D__USE_W32API
+
+TARGET_NAME = rpcrt4_test
+
+TARGET_GCCLIBS = rpcrt4 msvcrt
+
+TARGET_OBJECTS = \
+rpc.o \
+testlist.o
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+# EOF