VTK
vtkTkAppInitConfigure.h
Go to the documentation of this file.
1 #ifndef vtkTkAppInitConfigure_h
2 #define vtkTkAppInitConfigure_h
3 
4 /* Whether we are linking to Tcl/Tk statically. */
5 /* #undef VTK_TCL_TK_STATIC */
6 
7 /* Whether Tk widgets are NOT initialized when vtkRendering loads. */
8 #define VTK_USE_TK
9 
10 /* Whether the Tcl/Tk support files are copied to the build dir */
11 /* #undef VTK_TCL_TK_COPY_SUPPORT_LIBRARY */
12 
13 /* Where the VTK Tcl packages can be found */
14 #define VTK_INSTALL_TCL_DIR "lib/tcltk/vtk-6.3"
15 
16 
17 
18 #endif