summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Current/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Current/makefile.bor')
-rw-r--r--TAO/tests/POA/Current/makefile.bor24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/tests/POA/Current/makefile.bor b/TAO/tests/POA/Current/makefile.bor
new file mode 100644
index 00000000000..d904e086047
--- /dev/null
+++ b/TAO/tests/POA/Current/makefile.bor
@@ -0,0 +1,24 @@
+#
+# Makefile for building the Current test
+#
+
+NAME = Current
+
+
+OBJFILES = \
+ $(OBJDIR)\Current.obj
+
+CPPDIR = .
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+