[Paraview-developers] Proposed ParaView CVS hierarchy
Brad King
brad.king at kitware.com
Wed, 04 Feb 2004 16:09:57 -0500
Sebastien BARRE wrote:
> I would definitely move TclTk into Utilities\ (as it is in VTK
> actually). After all, it's just an utility...
One problem with this approach is that the VTK directory needs the Tcl
libraries provided by the TclTk directory. The TclTk directory needs to
be built before the VTK directory. This can be accomplished like this,
though I think it is ugly:
SUBDIRS(Utilities/TclTk)
SUBDIRS(VTK)
SUBDIRS(Utilities)
However, since the TclTk directory is built by configure/make on UNIX,
this may not be a problem.
-Brad