Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libpq] Add support for dynamic builds with Visual Studio #188

Closed
wants to merge 4 commits into from

Commits on Oct 2, 2019

  1. Add support for dynamic builds with Visual Studio

    * Fix source file lists to avoid link errors and to behave be as close as possible to the original MSVC projects.
    * Generate more complete pg_config.h.
    * Use .def file to make exported symbols work as expected.
    * Add missing wldap32 library link in package_info().
    * Enable dynamc build in conanfile.py
    Talkless committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    bb5a7ce View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. - use recommended way to build libpq for MSVC

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    345eb17 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. - hook

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4d6135d View commit details
    Browse the repository at this point in the history
  2. - trigger

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    f036ac2 View commit details
    Browse the repository at this point in the history