summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/server.bor
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-27 06:59:46 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-27 06:59:46 +0000
commite1b6c84fc1d6be3f5b844c8a52625f8cb705e755 (patch)
tree54a04a0614b95331398ffbbaa14cedf2eb1580e0 /TAO/examples/POA/TIE/server.bor
parent5f91d80537fbf3f538bacae417cf0e9f4f98c259 (diff)
downloadATCD-e1b6c84fc1d6be3f5b844c8a52625f8cb705e755.tar.gz
ChangeLogTag: Tue Mar 12 07:28:45 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples/POA/TIE/server.bor')
-rw-r--r--TAO/examples/POA/TIE/server.bor39
1 files changed, 39 insertions, 0 deletions
diff --git a/TAO/examples/POA/TIE/server.bor b/TAO/examples/POA/TIE/server.bor
new file mode 100644
index 00000000000..80533e29244
--- /dev/null
+++ b/TAO/examples/POA/TIE/server.bor
@@ -0,0 +1,39 @@
+#
+# Makefile for building the POA TIE executable
+#
+
+NAME = server
+
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
+
+OBJFILES = \
+ $(OBJDIR)\FooC.obj \
+ $(OBJDIR)\FooS.obj \
+ $(OBJDIR)\Foo_i.obj \
+ $(OBJDIR)\server.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB)
+
+IDLFILES = \
+ $(IDLDIR)\Foo.idl
+
+CPPDIR = .
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\FooS.cpp $(IDLDIR)\FooC.cpp: $(IDLDIR)\Foo.idl
+ $(TAO_IDL) $**