When I use vtk 5.0 I want to build my RELEASE programme with the RELEASE vtk5.0 library and DEBUG programme with the DEBUG vtk5.0 library respectively and automatically. In order to achieve this goal I want to build vtk5.0
 library's DEBUG and RELEASE mode and get the dll and lib file with different name, for example, vtkcommon.dll  vtkcommon.lib for RELEASE mode and vtkcommonD.dll vtkcommonD.lib for DEBUG mode. Any idea is appreciated! Thanks a lot!
<br>