KWWidgets
vtkKWWidgetsBuildConfigure.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Module: $RCSfile: vtkKWWidgetsBuildConfigure.h.in,v $
4 
5  Copyright (c) Kitware, Inc.
6  All rights reserved.
7  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notice for more information.
12 
13 =========================================================================*/
14 #ifndef __vtkKWWidgetsBuildConfigure_h
15 #define __vtkKWWidgetsBuildConfigure_h
16 
17 #ifndef KWWidgets_TclTk_INSTALL_LIB_DIR
18 #define KWWidgets_TclTk_INSTALL_LIB_DIR "/lib/TclTk/lib"
19 #endif
20 
21 #ifndef KWWidgets_INSTALL_DATA_DIR
22 #define KWWidgets_INSTALL_DATA_DIR "/share/KWWidgets"
23 #endif
24 
25 #ifndef VTK_USE_VIDEO_FOR_WINDOWS
26 /* #undef VTK_USE_VIDEO_FOR_WINDOWS */
27 #endif
28 
29 #endif