Skip to content
Snippets Groups Projects
  • Brad Barber's avatar
    0f998af1
    Updated build system with Makefile, and DevStudio sln and vcproj files. · 0f998af1
    Brad Barber authored
     - The DevStudio/msvc build does not work for shared libraries (dll)
     - Fixed QhullFacet::PrintRidges to check hasNextRidge3d()
     - Cleaned up Qt project files
     - Fixed Makefile for shared libraries
     - Moved libqhull to libqhullstatic, as done in CMakeLists
     - Made libqhull a shared library
     - Restored /INCREMENTAL:NO since CONFIG -= incremental did not work
     - Added 'facets' argument to user_eg3.cpp
    0f998af1
    History
    Updated build system with Makefile, and DevStudio sln and vcproj files.
    Brad Barber authored
     - The DevStudio/msvc build does not work for shared libraries (dll)
     - Fixed QhullFacet::PrintRidges to check hasNextRidge3d()
     - Cleaned up Qt project files
     - Fixed Makefile for shared libraries
     - Moved libqhull to libqhullstatic, as done in CMakeLists
     - Made libqhull a shared library
     - Restored /INCREMENTAL:NO since CONFIG -= incremental did not work
     - Added 'facets' argument to user_eg3.cpp