summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Non_Servant_Upcalls/makefile.bor
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-17 08:18:02 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-17 08:18:02 +0000
commitbaba21ea7fe56eedfc43196aecc046fc90d74060 (patch)
tree1f261719fe569d8c4b8adb2206a5067265015a53 /TAO/tests/POA/Non_Servant_Upcalls/makefile.bor
parentd63ac93dd6ec9254f36ff163f8cdcd690f04112b (diff)
downloadATCD-baba21ea7fe56eedfc43196aecc046fc90d74060.tar.gz
ChangeLogTag:Fri Nov 17 09:11:30 2000 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/POA/Non_Servant_Upcalls/makefile.bor')
-rw-r--r--TAO/tests/POA/Non_Servant_Upcalls/makefile.bor19
1 files changed, 11 insertions, 8 deletions
diff --git a/TAO/tests/POA/Non_Servant_Upcalls/makefile.bor b/TAO/tests/POA/Non_Servant_Upcalls/makefile.bor
index 67f77b59a4e..3ee4281f6c3 100644
--- a/TAO/tests/POA/Non_Servant_Upcalls/makefile.bor
+++ b/TAO/tests/POA/Non_Servant_Upcalls/makefile.bor
@@ -1,24 +1,27 @@
#
# Makefile for building the POA Non_Servant_Upcalls test
-#
+#
NAME = Non_Servant_Upcalls
-
+
OBJFILES = \
$(OBJDIR)\testC.obj \
$(OBJDIR)\testS.obj \
$(OBJDIR)\Non_Servant_Upcalls.obj
-
+
+IDLFILES = \
+ $(IDLDIR)\test.idl
+
CPPDIR = .;..
IDLDIR = .
-
+
!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
-
-#
+
+#
# IDL Build rules
-#
-
+#
+
$(IDLDIR)\testC.cpp $(IDLDIR)\testS.cpp: $(IDLDIR)\test.idl
$(TAO_IDL) $**