Fresco/Fresco-C++/config Makefile.omniorb.in,1.40,1.41 Makefile.tao.in,1.10,1.11

Stefan Seefeld <[email protected]> Tue, 27 May 2003 18:12:50 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Fresco-C++/config
In directory purcel:/tmp/cvs-serv21334/Fresco-C++/config

Modified Files:
	Makefile.omniorb.in Makefile.tao.in 
Log Message:
a new Path type, still to be implemented...

Index: Makefile.omniorb.in
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-C++/config/Makefile.omniorb.in,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Makefile.omniorb.in	18 Feb 2003 21:18:13 -0000	1.40
+++ Makefile.omniorb.in	27 May 2003 23:12:47 -0000	1.41
@@ -46,7 +46,7 @@
 IDLTIEFLAGS	:= -Wbtp
 
 DYNINT		:= Types.idl TextBuffer.idl BoundedValue.idl BoundedRange.idl \
-		   Selection.idl
+		   Selection.idl Path.idl
 STATINT		:= RefCountBase.idl Identifiable.idl ClientContext.idl Server.idl \
 		   Kit.idl Transform.idl Region.idl Allocation.idl Traversal.idl \
 		   PickTraversal.idl DrawTraversal.idl Graphic.idl Screen.idl \

Index: Makefile.tao.in
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-C++/config/Makefile.tao.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.tao.in	3 May 2003 14:41:25 -0000	1.10
+++ Makefile.tao.in	27 May 2003 23:12:47 -0000	1.11
@@ -56,7 +56,7 @@
 LDFLAGS		+= $(SO_LDFLAGS)
 
 DYNINT		:= Types.idl TextBuffer.idl BoundedValue.idl BoundedRange.idl \
-		   Selection.idl
+		   Selection.idl Path.idl
 STATINT		:= RefCountBase.idl Identifiable.idl ClientContext.idl Server.idl \
 		   Kit.idl Transform.idl Region.idl Allocation.idl Traversal.idl \
 		   PickTraversal.idl DrawTraversal.idl Graphic.idl Screen.idl \