[vtkusers] compiling vtk as shared libs/dlls using Borland 6
    dean.inglis at camris.ca 
    dean.inglis at camris.ca
       
    Sun Oct  5 08:59:34 EDT 2003
    
    
  
Johnson, 
Are you using CMake to generate Borland makefiles?
If you did, you should just type 'make' at a command prompt in the
root directory of where you configured CMake
to build VTK, sit back with a coffee, and watch 
the compile.  
In your CMakeCache.txt file, the entry for 
//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=some_path
specifies where to put the libs/dlls as long as 
BUILD_SHARED_LIBS:BOOL=ON
If 'some_path' contains the libs/dlls, then what 
exactly is the problem?
Dean
    
    
More information about the vtkusers
mailing list