VTK
dox/Builds/VTK/release/doxygen/Wrapping/Tcl/vtkTkAppInitConfigure.h
Go to the documentation of this file.
00001 #ifndef __vtkTkAppInitConfigure_h
00002 #define __vtkTkAppInitConfigure_h
00003 
00004 /* Whether we are linking to Tcl/Tk statically.  */
00005 /* #undef VTK_TCL_TK_STATIC */
00006 
00007 /* Whether Tk widgets are NOT initialized when vtkRendering loads.  */
00008 #define VTK_USE_TK
00009 
00010 /* Whether the Tcl/Tk support files are copied to the build dir */
00011 /* #undef VTK_TCL_TK_COPY_SUPPORT_LIBRARY */
00012 
00013 /* Where the VTK Tcl packages can be found */
00014 #define VTK_INSTALL_TCL_DIR "lib/tcltk/vtk-6.1"
00015 
00016 
00017 
00018 #endif