summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Reference_Counted_Servant/Makefile.bor')
-rw-r--r--TAO/examples/POA/Reference_Counted_Servant/Makefile.bor25
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor b/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor
new file mode 100644
index 00000000000..9d73613156c
--- /dev/null
+++ b/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor
@@ -0,0 +1,25 @@
+#
+# Makefile for building the POA Reference_Counted_Servant executable
+#
+
+NAME = server
+
+OBJFILES = \
+ $(OBJDIR)\server.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ -I..\Generic_Servant \
+ -DGENERIC_SERVANT_BUILD_DLL=$(DLL_FLAG)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ ..\Generic_Servant\$(BINDIR)\Generic_Servant$(LIB_DECORATOR).lib
+
+CPPDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>