summaryrefslogtreecommitdiff
path: root/TAO/utils/catior/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/catior/Makefile.bor')
-rw-r--r--TAO/utils/catior/Makefile.bor15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/utils/catior/Makefile.bor b/TAO/utils/catior/Makefile.bor
new file mode 100644
index 00000000000..ae9c4ea571c
--- /dev/null
+++ b/TAO/utils/catior/Makefile.bor
@@ -0,0 +1,15 @@
+#
+# Makefile for building the catior executable
+#
+
+NAME = catior
+
+OBJFILES = $(OBJDIR)\catior.obj
+
+CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)
+
+LIBFILES = $(ACE_LIB) $(TAO_LIB)
+
+CPPDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_core_exe.bor>